public function EntityIdCacheInterface::isAllIdsInCache in Apigee Edge 8
Returns whether all entity ids in cache or not.
Return value
bool Current state.
1 method overrides EntityIdCacheInterface::isAllIdsInCache()
- EntityIdCache::isAllIdsInCache in src/
Entity/ Controller/ Cache/ EntityIdCache.php - Returns whether all entity ids in cache or not.
File
- src/
Entity/ Controller/ Cache/ EntityIdCacheInterface.php, line 74
Class
- EntityIdCacheInterface
- Stores entity ids that getEntityIds() methods returns in controllers.
Namespace
Drupal\apigee_edge\Entity\Controller\CacheCode
public function isAllIdsInCache() : bool;