function DrupalFakeCache::set

Overrides DrupalDatabaseCache::set().

Overrides DrupalDatabaseCache::set

File

drupal/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) {
}