function DrupalFakeCache::set
Overrides DrupalDatabaseCache::set().
Overrides DrupalDatabaseCache::set
File
-
includes/
cache-install.inc, line 36
Class
- DrupalFakeCache
- Defines a stub cache implementation to be used during installation.
Code
function set($cid, $data, $expire = CACHE_PERMANENT) {
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.