You are here

8 methods override CacheBackendInterface::deleteMultiple() in Zircon Profile 8

ApcuBackend::deleteMultiple in core/lib/Drupal/Core/Cache/ApcuBackend.php
Deletes multiple items from the cache.
BackendChain::deleteMultiple in core/lib/Drupal/Core/Cache/BackendChain.php
Deletes multiple items from the cache.
ChainedFastBackend::deleteMultiple in core/lib/Drupal/Core/Cache/ChainedFastBackend.php
Deletes multiple items from the cache.
DatabaseBackend::deleteMultiple in core/lib/Drupal/Core/Cache/DatabaseBackend.php
Deletes multiple items from the cache.
MemcacheBackend::deleteMultiple in modules/memcache/src/MemcacheBackend.php
Deletes multiple items from the cache.
MemoryBackend::deleteMultiple in core/lib/Drupal/Core/Cache/MemoryBackend.php
Deletes multiple items from the cache.
NullBackend::deleteMultiple in core/lib/Drupal/Core/Cache/NullBackend.php
Deletes multiple items from the cache.
PhpBackend::deleteMultiple in core/lib/Drupal/Core/Cache/PhpBackend.php
Deletes multiple items from the cache.