You are here

final public function EntityCache::isAllEntitiesInCache in Apigee Edge 8

Returns whether all entities in cache or not.

Return value

bool Current state.

Overrides EntityCacheInterface::isAllEntitiesInCache

File

src/Entity/Controller/Cache/EntityCache.php, line 167

Class

EntityCache
Default entity cache implementation for controllers.

Namespace

Drupal\apigee_edge\Entity\Controller\Cache

Code

public final function isAllEntitiesInCache() : bool {
  return $this->allEntitiesInCache;
}