You are here

final public function EntityIdCache::isAllIdsInCache in Apigee Edge 8

Returns whether all entity ids in cache or not.

Return value

bool Current state.

Overrides EntityIdCacheInterface::isAllIdsInCache

File

src/Entity/Controller/Cache/EntityIdCache.php, line 119

Class

EntityIdCache
Base definition of the entity id cache service used by controllers.

Namespace

Drupal\apigee_edge\Entity\Controller\Cache

Code

public final function isAllIdsInCache() : bool {
  return $this->allIdsInCache;
}