1.20.x cache.inc BackdropCacheInterface::deleteMultiple(array $cids)

Deletes multiple items from the cache.

Parameters

array $cids: An array of $cids to delete.

File

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

Class

BackdropCacheInterface
Defines an interface for cache implementations.

Code

function deleteMultiple(array $cids);