1 cache.inc | BackdropNullCache::delete($cid) |
Implements BackdropCacheInterface::delete().
Overrides BackdropCacheInterface::delete
File
- core/
includes/ cache.inc, line 393 - Functions and interfaces for cache handling.
Class
- BackdropNullCache
- Defines a stub cache implementation.
Code
function delete($cid) {
}