1 cache.inc BackdropNullCache::deleteMultiple(array $cids)

Implements BackdropCacheInterface::deleteMultiple().

Overrides BackdropCacheInterface::deleteMultiple

File

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

Class

BackdropNullCache
Defines a stub cache implementation.

Code

function deleteMultiple(array $cids) {
}