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