function DrupalFakeCache::set

Overrides DrupalDatabaseCache::set().

Overrides DrupalDatabaseCache::set

Archivo

drupal-7.x/includes/cache-install.inc, line 36
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 set($cid, $data, $expire = CACHE_PERMANENT) {
}