protected function EntityIdCache::doRemoveIds in Apigee Edge 8
Allows to perform additional tasks after entity ids got deleted from cache.
Parameters
array $ids: Array of entity ids.
1 call to EntityIdCache::doRemoveIds()
- EntityIdCache::removeIds in src/
Entity/ Controller/ Cache/ EntityIdCache.php  - Removes ids from the cache.
 
File
- src/
Entity/ Controller/ Cache/ EntityIdCache.php, line 98  
Class
- EntityIdCache
 - Base definition of the entity id cache service used by controllers.
 
Namespace
Drupal\apigee_edge\Entity\Controller\CacheCode
protected function doRemoveIds(array $ids) {
}