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