function KeyValueStoreExpirableInterface::setWithExpire
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.
2 methods override KeyValueStoreExpirableInterface::setWithExpire()
- DatabaseStorageExpirable::setWithExpire in core/
lib/ Drupal/ Core/ KeyValueStore/ DatabaseStorageExpirable.php  - Saves a value for a given key with a time to live.
 - NullStorageExpirable::setWithExpire in core/
lib/ Drupal/ Core/ KeyValueStore/ NullStorageExpirable.php  - Saves a value for a given key with a time to live.
 
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\KeyValueStoreCode
public function setWithExpire($key, $value, $expire);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.