function DrupalFakeCache::get

Overrides DrupalDatabaseCache::get().

Overrides DrupalDatabaseCache::get

File

includes/cache-install.inc, line 22

Class

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

Code

function get($cid) {
    return FALSE;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.