You are here

namespace Drupal\Core\KeyValueStore in Service Container 7.2

Same name in other branches
  1. 7 Drupal\Core\KeyValueStore
Classsort descending Location Description
DatabaseStorage lib/Drupal/Core/KeyValueStore/DatabaseStorage.php Defines a default key/value store implementation.
DatabaseStorageExpirable lib/Drupal/Core/KeyValueStore/DatabaseStorageExpirable.php Defines a default key/value store implementation for expiring items.
KeyValueDatabaseExpirableFactory lib/Drupal/Core/KeyValueStore/KeyValueDatabaseExpirableFactory.php Defines the key/value store factory for the database backend.
KeyValueDatabaseFactory lib/Drupal/Core/KeyValueStore/KeyValueDatabaseFactory.php Defines the key/value store factory for the database backend.
KeyValueExpirableFactory lib/Drupal/Core/KeyValueStore/KeyValueExpirableFactory.php Defines the key/value store factory.
KeyValueExpirableFactoryInterface lib/Drupal/Core/KeyValueStore/KeyValueExpirableFactoryInterface.php Defines the expirable key/value store factory interface.
KeyValueFactory lib/Drupal/Core/KeyValueStore/KeyValueFactory.php Defines the key/value store factory.
KeyValueFactoryInterface lib/Drupal/Core/KeyValueStore/KeyValueFactoryInterface.php Defines the key/value store factory interface.
KeyValueMemoryFactory lib/Drupal/Core/KeyValueStore/KeyValueMemoryFactory.php Defines the key/value store factory for the memory backend.
KeyValueNullExpirableFactory lib/Drupal/Core/KeyValueStore/KeyValueNullExpirableFactory.php Defines the key/value store factory for the null backend.
KeyValueStoreExpirableInterface lib/Drupal/Core/KeyValueStore/KeyValueStoreExpirableInterface.php Defines the interface for expiring data in a key/value store.
KeyValueStoreInterface lib/Drupal/Core/KeyValueStore/KeyValueStoreInterface.php Defines the interface for key/value store implementations.
MemoryStorage lib/Drupal/Core/KeyValueStore/MemoryStorage.php Defines a default key/value store implementation.
NullStorageExpirable lib/Drupal/Core/KeyValueStore/NullStorageExpirable.php Defines a null key/value store implementation.
StorageBase lib/Drupal/Core/KeyValueStore/StorageBase.php Provides a base class for key/value storage implementations.