class NullStorageExpirable

Defines a null key/value store implementation.

Hierarchy

File

core/lib/Drupal/Core/KeyValueStore/NullStorageExpirable.php, line 8

Namespace

Drupal\Core\KeyValueStore

Members

Name Modifiers Type Description
NullStorageExpirable::$collection protected property The name of the collection holding key and value pairs.
NullStorageExpirable::$data protected property The actual storage of key-value pairs.
NullStorageExpirable::delete public function Deletes an item from the key/value store. Overrides KeyValueStoreInterface::delete
NullStorageExpirable::deleteAll public function Deletes all items from the key/value store. Overrides KeyValueStoreInterface::deleteAll
NullStorageExpirable::deleteMultiple public function Deletes multiple items from the key/value store. Overrides KeyValueStoreInterface::deleteMultiple
NullStorageExpirable::get public function Returns the stored value for a given key. Overrides KeyValueStoreInterface::get
NullStorageExpirable::getAll public function Returns all stored key/value pairs in the collection. Overrides KeyValueStoreInterface::getAll
NullStorageExpirable::getCollectionName public function Returns the name of this collection. Overrides KeyValueStoreInterface::getCollectionName
NullStorageExpirable::getMultiple public function Returns the stored key/value pairs for a given set of keys. Overrides KeyValueStoreInterface::getMultiple
NullStorageExpirable::has public function Returns whether a given key exists in the store. Overrides KeyValueStoreInterface::has
NullStorageExpirable::rename public function Renames a key. Overrides KeyValueStoreInterface::rename
NullStorageExpirable::set public function Saves a value for a given key. Overrides KeyValueStoreInterface::set
NullStorageExpirable::setIfNotExists public function Saves a value for a given key if it does not exist yet. Overrides KeyValueStoreInterface::setIfNotExists
NullStorageExpirable::setMultiple public function Saves key/value pairs. Overrides KeyValueStoreInterface::setMultiple
NullStorageExpirable::setMultipleWithExpire public function Saves an array of values with a time to live. Overrides KeyValueStoreExpirableInterface::setMultipleWithExpire
NullStorageExpirable::setWithExpire public function Saves a value for a given key with a time to live. Overrides KeyValueStoreExpirableInterface::setWithExpire
NullStorageExpirable::setWithExpireIfNotExists public function Sets a value for a given key with a time to live if it does not yet exist. Overrides KeyValueStoreExpirableInterface::setWithExpireIfNotExists
NullStorageExpirable::__construct public function Creates a new expirable null key/value store.

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!KeyValueStore!NullStorageExpirable.php/class/NullStorageExpirable/8.1.x