1.20.x cache-install.inc | BackdropFakeCache::getMultiple(array &$cids) |
Overrides BackdropDatabaseCache::getMultiple().
Overrides BackdropDatabaseCache::getMultiple
File
- includes/
cache-install.inc, line 28 - Provides a stub cache implementation to be used during installation.
Class
- BackdropFakeCache
- Defines a stub cache implementation to be used during installation.
Code
function getMultiple(array &$cids) {
return array();
}