1 cache.inc public 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

public function deletePrefix($prefix);