Cache::deleteTags |
function |
drupal/core/lib/Drupal/Core/Cache/Cache.php |
Deletes items from all bins with any of the specified tags. |
NullBackend::deleteTags |
function |
drupal/core/lib/Drupal/Core/Cache/NullBackend.php |
Implements Drupal\Core\Cache\CacheBackendInterface::deleteTags(). |
BackendChain::deleteTags |
function |
drupal/core/lib/Drupal/Core/Cache/BackendChain.php |
Implements Drupal\Core\Cache\CacheBackendInterface::deleteTags(). |
MemoryBackend::deleteTags |
function |
drupal/core/lib/Drupal/Core/Cache/MemoryBackend.php |
Implements Drupal\Core\Cache\CacheBackendInterface::deleteTags(). |
DatabaseBackend::deleteTags |
function |
drupal/core/lib/Drupal/Core/Cache/DatabaseBackend.php |
Implements Drupal\Core\Cache\CacheBackendInterface::deleteTags(). |
CacheBackendInterface::deleteTags |
function |
drupal/core/lib/Drupal/Core/Cache/CacheBackendInterface.php |
Deletes items with any of the specified tags. |
GenericCacheBackendUnitTestBase::testDeleteTags |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Cache/GenericCacheBackendUnitTestBase.php |
Tests Drupal\Core\Cache\CacheBackendInterface::deleteTags(). |
BackendChainImplementationUnitTest::testDeleteTagsPropagation |
function |
drupal/core/tests/Drupal/Tests/Core/Cache/BackendChainImplementationUnitTest.php |
Test that the delete tags operation is propagated to all backends
in the chain. |