DrupalCacheInterface::getMultiple

7 cache.inc DrupalCacheInterface::getMultiple(&$cids)

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.

File

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

Code

function getMultiple(&$cids);
Login or register to post comments