1 cache-install.inc public 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

public function get($cid) {
  return FALSE;
}