Same name and namespace in other branches
  1. 8.9.x core/core.services.yml \cache_tags.invalidator
  2. 9 core/core.services.yml \cache_tags.invalidator

Class

Drupal\Core\Cache\CacheTagsInvalidator

Tags

  • service_collector
21 string references to cache_tags.invalidator
BackendChainTest::createCacheBackend in core/tests/Drupal/KernelTests/Core/Cache/BackendChainTest.php
Creates a cache backend to test.
Cache::invalidateTags in core/lib/Drupal/Core/Cache/Cache.php
Marks cache items from all bins with any of the specified tags as invalid.
CacheTagTest::testTagCaching in core/modules/views/tests/src/Functional/Plugin/CacheTagTest.php
Tests the tag cache plugin.
ChainedFastBackendTest::createCacheBackend in core/tests/Drupal/KernelTests/Core/Cache/ChainedFastBackendTest.php
Creates a new instance of ChainedFastBackend.
CommentLockTest::testLocks in core/modules/comment/tests/src/Unit/Entity/CommentLockTest.php
Tests the lock behavior.

... See full list

File

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

View source
  1. class: Drupal\Core\Cache\CacheTagsInvalidator
  2. tags:
  3. - { name: service_collector, call: addInvalidator, tag: cache_tags_invalidator }
  4. - { name: service_collector, call: addBin, tag: cache.bin }
  5. - { name: service_collector, call: addBin, tag: cache.bin.memory }