1 cache-install.inc | BackdropFakeCache::set($cid, $data, $expire = CACHE_PERMANENT) |
Overrides BackdropDatabaseCache::set().
Overrides BackdropDatabaseCache::set
File
- core/
includes/ cache-install.inc, line 35 - Provides a stub cache implementation to be used during installation.
Class
- BackdropFakeCache
- Defines a stub cache implementation to be used during installation.
Code
function set($cid, $data, $expire = CACHE_PERMANENT) {
}