public function D8Cache::isEmpty in Drupal 8 Cache Backport 7
File
- ./
d8cache.cache.inc, line 209
Class
- D8Cache
- Defines a Drupal 8 cacheable metadata aware cache backend.
Code
public function isEmpty() {
// It is impossible to determine this as we cannot list all items in a
// consistent way as it depends on the backend used.
return FALSE;
}