public KeyValueStoreExpirableInterface::setMultipleWithExpire(array $data, $expire)
Saves an array of values with a time to live.
array $data: An array of data to store.
int $expire: The time to live for items, in seconds.
public function setMultipleWithExpire(array $data, $expire);
© 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!KeyValueStoreExpirableInterface.php/function/KeyValueStoreExpirableInterface::setMultipleWithExpire/8.1.x