1 cache.inc | BackdropCacheInterface::deletePrefix($prefix) |
Deletes items from the cache using a wildcard prefix.
Parameters
string $prefix: A wildcard prefix.
File
- core/
includes/ cache.inc, line 326 - Functions and interfaces for cache handling.
Class
- BackdropCacheInterface
- Defines an interface for cache implementations.
Code
function deletePrefix($prefix);