function DrupalFakeCache::isEmpty
Overrides DrupalDatabaseCache::isEmpty().
Overrides DrupalDatabaseCache::isEmpty
File
- 
              includes/cache-install.inc, line 71 
Class
- DrupalFakeCache
- Defines a stub cache implementation to be used during installation.
Code
function isEmpty() {
  return TRUE;
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
