cache_tags.invalidator.checksum
Same name in other branches
- 8.9.x core/core.services.yml \cache_tags.invalidator.checksum
- 10 core/core.services.yml \cache_tags.invalidator.checksum
Class
Drupal\Core\Cache\DatabaseCacheTagsChecksumTags
- cache_tags_invalidator
- backend_overridable
5 string references to cache_tags.invalidator.checksum
- ApcuBackendTest::createCacheBackend in core/
tests/ Drupal/ KernelTests/ Core/ Cache/ ApcuBackendTest.php - Creates a cache backend to test.
- ChainedFastBackendTest::createCacheBackend in core/
tests/ Drupal/ KernelTests/ Core/ Cache/ ChainedFastBackendTest.php - Creates a new instance of ChainedFastBackend.
- DatabaseBackendTest::createCacheBackend in core/
tests/ Drupal/ KernelTests/ Core/ Cache/ DatabaseBackendTest.php - Creates a new instance of DatabaseBackend.
- DatabaseBackendTest::testCacheTagsInvalidatorChecksumIsBackendOverridable in core/
tests/ Drupal/ KernelTests/ Core/ Cache/ DatabaseBackendTest.php - Test that the service "cache_tags.invalidator.checksum" is backend overridable.
- PhpBackendTest::createCacheBackend in core/
tests/ Drupal/ KernelTests/ Core/ Cache/ PhpBackendTest.php - Creates a new instance of MemoryBackend.
File
-
core/
core.services.yml
View source
- class: Drupal\Core\Cache\DatabaseCacheTagsChecksum
- arguments:
- - '@database'
- tags:
- - { name: cache_tags_invalidator }
- - { name: backend_overridable }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.