KeyValueStoreExpirableInterface::setWithExpire

public KeyValueStoreExpirableInterface::setWithExpire($key, $value, $expire)

Saves a value for a given key with a time to live.

Parameters

string $key: The key of the data to store.

mixed $value: The data to store.

int $expire: The time to live for items, in seconds.

File

core/lib/Drupal/Core/KeyValueStore/KeyValueStoreExpirableInterface.php, line 20

Class

KeyValueStoreExpirableInterface
Defines the interface for expiring data in a key/value store.

Namespace

Drupal\Core\KeyValueStore

Code

public function setWithExpire($key, $value, $expire);
doc_Drupal
2016-10-29 09:21:51
Comments
Leave a Comment

Please login to continue.