public function CacheInterface::remove

Removes a value from the cache.

Parameters

string $key A unique key:

4 methods override CacheInterface::remove()
ApcCache::remove in drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Cache/ApcCache.php
ArrayCache::remove in drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Cache/ArrayCache.php
ExpiringCache::remove in drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Cache/ExpiringCache.php
Removes a value from the cache.
FilesystemCache::remove in drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Cache/FilesystemCache.php
Removes a value from the cache.

File

drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Cache/CacheInterface.php, line 52

Class

CacheInterface
Interface for a cache backend.

Namespace

Assetic\Cache

Code

public function remove($key);