1 cache.inc BackdropNullCache::get($cid)

Implements BackdropCacheInterface::get().

Overrides BackdropCacheInterface::get

File

core/includes/cache.inc, line 374
Functions and interfaces for cache handling.

Class

BackdropNullCache
Defines a stub cache implementation.

Code

function get($cid) {
  return FALSE;
}