1 cache.inc BackdropNullCache::isEmpty()

Implements BackdropCacheInterface::isEmpty().

Overrides BackdropCacheInterface::isEmpty

File

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

Class

BackdropNullCache
Defines a stub cache implementation.

Code

function isEmpty() {
  return TRUE;
}