1.20.x cache_null.inc BackdropNullCache::getMultiple(array &$cids)

Implements BackdropCacheInterface::getMultiple().

Overrides BackdropCacheInterface::getMultiple

File

drivers/cache_null/cache_null.inc, line 34

Class

BackdropNullCache
Defines a stub cache implementation.

Code

function getMultiple(array &$cids) {
  return array();
}