You are here

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

PersistableCacheInterface

Namespace

Drupal\restful\Util

Code

public function set($key, $value);