public function CacheInterface::remove

Removes a value from the cache.

Parameters

string $key A unique key:

4 methods override CacheInterface::remove()

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);