public function NullBackend::set

Implements Drupal\Core\Cache\CacheBackendInterface::set().

Overrides CacheBackendInterface::set

File

drupal/core/lib/Drupal/Core/Cache/NullBackend.php, line 48
Definition of Drupal\Core\Cache\NullBackend.

Class

NullBackend
Defines a stub cache implementation.

Namespace

Drupal\Core\Cache

Code

public function set($cid, $data, $expire = CacheBackendInterface::CACHE_PERMANENT, array $tags = array()) {
}