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