You are here

public function MemcacheBackend::isEmpty in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 modules/memcache/src/MemcacheBackend.php \Drupal\memcache\MemcacheBackend::isEmpty()

(@inheritdoc)

File

modules/memcache/src/MemcacheBackend.php, line 292
Contains \Drupal\memcache\MemcacheBackend.

Class

MemcacheBackend
Defines a Memcache cache backend.

Namespace

Drupal\memcache

Code

public function isEmpty() {

  // We do not know so err on the safe side? Not sure if we can know this?
  return TRUE;
}