public function PersistableCacheInterface::set in RESTful 7.2
Gets the memory reference of the cached item.
Parameters
string $key: The key to set.
mixed $value: The value to set.
1 method overrides PersistableCacheInterface::set()
- PersistableCache::set in src/
Util/ PersistableCache.php - Gets the memory reference of the cached item.
File
- src/
Util/ PersistableCacheInterface.php, line 42 - Contains \Drupal\restful\Util\PersistableCacheInterface.
Class
Namespace
Drupal\restful\UtilCode
public function set($key, $value);