1 cache.inc | BackdropCacheInterface::deleteMultiple(Array $cids) |
Deletes multiple items from the cache.
Parameters
$cids: An array of $cids to delete.
File
- core/
includes/ cache.inc, line 318 - Functions and interfaces for cache handling.
Class
- BackdropCacheInterface
- Defines an interface for cache implementations.
Code
function deleteMultiple(Array $cids);