cache_tags.invalidator.checksum
Same name in other branches
- 9 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
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.
- CachedStorageTest::containerBuild in core/
tests/ Drupal/ KernelTests/ Core/ Config/ Storage/ CachedStorageTest.php - 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.
- 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 }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.