class ConfigurationParser (View source)

Properties

static protected $algorithms

Methods

static 
parse(Configuration $configuration, LoggerInterface $logger, $stanza = null)

No description

static 
BuildApcProvider(LoggerInterface $logger)

No description

static 
BuildApcuProvider(LoggerInterface $logger)

No description

static 
BuildFilesystemProvider(array $properties, LoggerInterface $logger)

No description

static 
BuildMemcachedProvider(array $properties, LoggerInterface $logger)

No description

static 
BuildMemoryProvider(LoggerInterface $logger)

No description

static 
BuildPhpRedisProvider(array $properties, LoggerInterface $logger)

No description

static 
BuildVacuumProvider(LoggerInterface $logger)

No description

static 
parseManagerConfiguration(Configuration $configuration, LoggerInterface $logger, $stanza = null)

No description

static 
buildProviders(Configuration $configuration, LoggerInterface $logger)

No description

static 
getPickMode($algorithm = null)

No description

Details

static parse(Configuration $configuration, LoggerInterface $logger, $stanza = null)

Parameters

Configuration $configuration
LoggerInterface $logger
$stanza

static protected BuildApcProvider(LoggerInterface $logger)

Parameters

LoggerInterface $logger

static protected BuildApcuProvider(LoggerInterface $logger)

Parameters

LoggerInterface $logger

static protected BuildFilesystemProvider(array $properties, LoggerInterface $logger)

Parameters

array $properties
LoggerInterface $logger

static protected BuildMemcachedProvider(array $properties, LoggerInterface $logger)

Parameters

array $properties
LoggerInterface $logger

static protected BuildMemoryProvider(LoggerInterface $logger)

Parameters

LoggerInterface $logger

static protected BuildPhpRedisProvider(array $properties, LoggerInterface $logger)

Parameters

array $properties
LoggerInterface $logger

static protected BuildVacuumProvider(LoggerInterface $logger)

Parameters

LoggerInterface $logger

static protected parseManagerConfiguration(Configuration $configuration, LoggerInterface $logger, $stanza = null)

Parameters

Configuration $configuration
LoggerInterface $logger
$stanza

static protected buildProviders(Configuration $configuration, LoggerInterface $logger)

Parameters

Configuration $configuration
LoggerInterface $logger

static protected getPickMode($algorithm = null)

Parameters

$algorithm