class KeyValueNullExpirableFactory implements KeyValueExpirableFactoryInterface (View source)

Defines the key/value store factory for the null backend.

Methods

get(string $collection)

Constructs a new expirable key/value store for a given collection name.

Details

KeyValueStoreExpirableInterface get(string $collection)

Constructs a new expirable key/value store for a given collection name.

Parameters

string $collection

The name of the collection holding key and value pairs.

Return Value

KeyValueStoreExpirableInterface

An expirable key/value store implementation for the given $collection.