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\CacheCode
public function isAllEntitiesInCache() : bool {
return $this->allEntitiesInCache;
}