1 cache-install.inc | BackdropFakeCache::isEmpty() |
Overrides BackdropDatabaseCache::isEmpty().
Overrides BackdropDatabaseCache::isEmpty
File
- core/
includes/ cache-install.inc, line 106 - Provides a stub cache implementation to be used during installation.
Class
- BackdropFakeCache
- Defines a stub cache implementation to be used during installation.
Code
function isEmpty() {
return TRUE;
}