function DrupalCacheInterface::getMultiple
Returns data from the persistent cache when given an array of cache IDs.
Parameters
$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
An array of the items successfully returned from cache indexed by cid.
1 method overrides DrupalCacheInterface::getMultiple()
- DrupalDatabaseCache::getMultiple in includes/
cache.inc - Implements DrupalCacheInterface::getMultiple().
File
-
includes/
cache.inc, line 256
Class
- DrupalCacheInterface
- Defines an interface for cache implementations.
Code
function getMultiple(&$cids);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.