function DrupalFakeCache::get in Drupal 7
Overrides DrupalDatabaseCache::get().
Overrides DrupalDatabaseCache::get
File
- includes/
cache-install.inc, line 22 - Provides a stub cache implementation to be used during installation.
Class
- DrupalFakeCache
- Defines a stub cache implementation to be used during installation.
Code
function get($cid) {
return FALSE;
}