1 cache.inc BackdropNullCache::deletePrefix($prefix)

Implements BackdropCacheInterface::deletePrefix().

Overrides BackdropCacheInterface::deletePrefix

File

core/includes/cache.inc, line 403
Functions and interfaces for cache handling.

Class

BackdropNullCache
Defines a stub cache implementation.

Code

function deletePrefix($prefix) {
}