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