1 cache.inc | BackdropCacheInterface::delete($cid) |
Deletes an item from the cache.
Parameters
string $cid: The cache ID to delete.
File
- core/
includes/ cache.inc, line 310 - Functions and interfaces for cache handling.
Class
- BackdropCacheInterface
- Defines an interface for cache implementations.
Code
function delete($cid);