You are here

public function EntityCacheInterface::isAllEntitiesInCache in Apigee Edge 8

Returns whether all entities in cache or not.

Return value

bool Current state.

2 methods override EntityCacheInterface::isAllEntitiesInCache()
AppCacheByOwner::isAllEntitiesInCache in src/Entity/Controller/Cache/AppCacheByOwner.php
Returns whether all entities in cache or not.
EntityCache::isAllEntitiesInCache in src/Entity/Controller/Cache/EntityCache.php
Returns whether all entities in cache or not.

File

src/Entity/Controller/Cache/EntityCacheInterface.php, line 85

Class

EntityCacheInterface
Base definition of the entity cache used by controllers.

Namespace

Drupal\apigee_edge\Entity\Controller\Cache

Code

public function isAllEntitiesInCache() : bool;