| 1 cache.inc | BackdropNullCache::getMultiple(array &$cids) | 
Implements BackdropCacheInterface::getMultiple().
Overrides BackdropCacheInterface::getMultiple
File
- core/includes/ cache.inc, line 381 
- Functions and interfaces for cache handling.
Class
- BackdropNullCache
- Defines a stub cache implementation.
Code
function getMultiple(array &$cids) {
  return array();
}
