You are here

final public function EntityIdCache::allIdsInCache in Apigee Edge 8

Changes whether all ids in the cache or not.

Parameters

bool $all_ids_in_cache: State to be set.

Overrides EntityIdCacheInterface::allIdsInCache

File

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

Class

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

Namespace

Drupal\apigee_edge\Entity\Controller\Cache

Code

public final function allIdsInCache(bool $all_ids_in_cache) : void {
  $this->allIdsInCache = $all_ids_in_cache;
}