public function MemcacheBackend::isEmpty in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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\memcacheCode
public function isEmpty() {
// We do not know so err on the safe side? Not sure if we can know this?
return TRUE;
}