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