public function MemcacheBackend::isEmpty in Memcache API and Integration 8.2
File
- src/
MemcacheBackend.php, line 424
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;
}