public StorageBase::get($key, $default = NULL)
public KeyValueStoreInterface::deleteAll()
public DatabaseStorage::set($key, $value)
public KeyValueStoreInterface::rename($key,
public DatabaseStorage::deleteMultiple(array $keys)
public NullStorageExpirable::set($key, $value)
public NullStorageExpirable::getAll()
Defines a default key/value store implementation. This is Drupal's default key/value store implementation. It uses the database to store key/value
Defines the key/value store factory interface. Hierarchy interface \Drupal\Core\KeyValueStore\
The default service id. If the default setting does not exist, this is the default service id. File
Page 8 of 11