function DrupalFakeCache::set

7.x cache-install.inc DrupalFakeCache::set($cid, $data, $expire = CACHE_PERMANENT)

Overrides DrupalDatabaseCache::set().

Overrides DrupalDatabaseCache::set

File

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.

Code

function set($cid, $data, $expire = CACHE_PERMANENT) {
}