You are here

public function StaticCacheInterface::isCacheEmpty in Tome 8

Checks if the cache is empty.

Return value

bool Whether or not the cache is empty.

1 method overrides StaticCacheInterface::isCacheEmpty()
StaticCache::isCacheEmpty in modules/tome_static/src/StaticCache.php
Checks if the cache is empty.

File

modules/tome_static/src/StaticCacheInterface.php, line 60

Class

StaticCacheInterface
Determines if pages are statically cached.

Namespace

Drupal\tome_static

Code

public function isCacheEmpty();