1.20.x cache-install.inc BackdropFakeCache::set(string $cid, $data, int $expire = CACHE_PERMANENT)

Overrides BackdropDatabaseCache::set().

Overrides BackdropDatabaseCache::set

File

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(string $cid, $data, int $expire = CACHE_PERMANENT) {
}