Defines the expirable key/value store factory interface.
Hierarchy
- interface \Drupal\Core\KeyValueStore\KeyValueExpirableFactoryInterface
File
- core/lib/Drupal/Core/KeyValueStore/KeyValueExpirableFactoryInterface.php, line 8
Namespace
Drupal\Core\KeyValueStore
Members
Name | Modifiers | Type | Description |
---|---|---|---|
KeyValueExpirableFactoryInterface::get | public | function | Constructs a new expirable key/value store for a given collection name. |
Please login to continue.