1.20.x cache.inc BackdropCacheInterface::delete(string $cid)

Deletes an item from the cache.

Parameters

string $cid: The cache ID to delete.

File

includes/cache.inc, line 310
Functions and interfaces for cache handling.

Class

BackdropCacheInterface
Defines an interface for cache implementations.

Code

function delete(string $cid);