You are here

function DrupalFakeCache::set in Drupal 7

Overrides DrupalDatabaseCache::set().

Overrides DrupalDatabaseCache::set

File

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