You are here

service cache_tags.invalidator.checksum in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/core.services.yml \cache_tags.invalidator.checksum

Class

Drupal\Core\Cache\DatabaseCacheTagsChecksum

Tags

  • cache_tags_invalidator
7 string references to cache_tags.invalidator.checksum
ApcuBackendUnitTest::createCacheBackend in core/modules/system/src/Tests/Cache/ApcuBackendUnitTest.php
Creates a cache backend to test.
CachedStorageTest::containerBuild in core/modules/config/src/Tests/Storage/CachedStorageTest.php
Sets up the base service container for this test.
ChainedFastBackendUnitTest::createCacheBackend in core/modules/system/src/Tests/Cache/ChainedFastBackendUnitTest.php
Creates a new instance of ChainedFastBackend.
DatabaseBackendUnitTest::createCacheBackend in core/modules/system/src/Tests/Cache/DatabaseBackendUnitTest.php
Creates a new instance of DatabaseBackend.
DbDumpTest::containerBuild in core/modules/system/src/Tests/Update/DbDumpTest.php
Register a database cache backend rather than memory-based.

... See full list

File

core/core.services.yml
core/core.services.yml

View source
  1. class: Drupal\Core\Cache\DatabaseCacheTagsChecksum
  2. arguments:
  3. - '@database'
  4. tags:
  5. - { name: cache_tags_invalidator }