1.20.x cache_null.inc | BackdropNullCache::delete(string $cid) |
Implements BackdropCacheInterface::delete().
Overrides BackdropCacheInterface::delete
File
- drivers/
cache_null/ cache_null.inc, line 46
Class
- BackdropNullCache
- Defines a stub cache implementation.
Code
function delete(string $cid) {
}