You are here

public function AppCacheByOwner::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/AppCacheByOwner.php, line 142

Class

AppCacheByOwner
Default cache store for apps of a specific owner.

Namespace

Drupal\apigee_edge\Entity\Controller\Cache

Code

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