Removes a value from the cache.
Parameters
string $key A unique key:
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);