abstract protected function CacheBase::doDeleteMultiple in Redis 8
Execute the deletion.
This can be delayed to avoid race conditions.
Parameters
array $cids: An array of cache IDs to delete.
See also
2 calls to CacheBase::doDeleteMultiple()
- CacheBase::deleteMultiple in src/
Cache/ CacheBase.php - Deletes multiple items from the cache.
- CacheBase::postRootTransactionCommit in src/
Cache/ CacheBase.php - Callback to be invoked after a database transaction gets committed.
2 methods override CacheBase::doDeleteMultiple()
- PhpRedis::doDeleteMultiple in src/
Cache/ PhpRedis.php - Execute the deletion.
- Predis::doDeleteMultiple in src/
Cache/ Predis.php - Execute the deletion.
File
- src/
Cache/ CacheBase.php, line 180
Class
- CacheBase
- Base class for redis cache backends.
Namespace
Drupal\redis\CacheCode
protected abstract function doDeleteMultiple(array $cids);