| 1 cache.inc | public BackdropCacheInterface::getMultiple(array &$cids) |
Returns data from the persistent cache when given an array of cache IDs.
Parameters
array $cids: An array of cache IDs for the data to retrieve. This is passed by reference, and will have the IDs successfully returned from cache removed.
Return value
array: An array of the items successfully returned from cache indexed by cid.
File
- core/
includes/ cache.inc, line 275 - Functions and interfaces for cache handling.
Class
- BackdropCacheInterface
- Defines an interface for cache implementations.
Code
public function getMultiple(array &$cids);