function DrupalFakeCache::getMultiple

Overrides DrupalDatabaseCache::getMultiple().

Overrides DrupalDatabaseCache::getMultiple

Archivo

drupal-7.x/includes/cache-install.inc, line 29
Provides a stub cache implementation to be used during installation.

Class

DrupalFakeCache
Defines a stub cache implementation to be used during installation.

Código

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