1.20.x cache-install.inc BackdropFakeCache::get(string $cid)

Overrides BackdropDatabaseCache::get().

Overrides BackdropDatabaseCache::get

File

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(string $cid) {
  return FALSE;
}