KeyValueExpirableFactory
class KeyValueExpirableFactory extends KeyValueFactory implements KeyValueExpirableFactoryInterface (View source)
Defines the key/value store factory.
Constants
| SPECIFIC_PREFIX |
|
| DEFAULT_SETTING |
|
| DEFAULT_SERVICE |
|
Properties
| protected array | $stores | Instantiated stores, keyed by collection name. |
from KeyValueFactory |
| protected ContainerInterface | $container | The service container. |
from KeyValueFactory |
| protected array | $options | Collection-specific storage override options. |
from KeyValueFactory |
Methods
get(string $collection)
Constructs a new key/value store for a given collection name.
from
KeyValueFactory
Details
__construct(ContainerInterface $container, array $options = [])
No description
KeyValueStoreInterface
get(string $collection)
Constructs a new key/value store for a given collection name.