Passes cache tag events to classes that wish to respond to them.
Hierarchy
- class \Drupal\Core\Cache\CacheTagsInvalidator implements CacheTagsInvalidatorInterface uses ContainerAwareTrait
File
- core/lib/Drupal/Core/Cache/CacheTagsInvalidator.php, line 10
Namespace
Drupal\Core\Cache
Members
Name | Modifiers | Type | Description |
---|---|---|---|
CacheTagsInvalidator::$invalidators | protected | property | Holds an array of cache tags invalidators. |
CacheTagsInvalidator::addInvalidator | public | function | Adds a cache tags invalidator. |
CacheTagsInvalidator::getInvalidatorCacheBins | protected | function | Returns all cache bins that need to be notified about invalidations. |
CacheTagsInvalidator::invalidateTags | public | function | Marks cache items with any of the specified tags as invalid. Overrides CacheTagsInvalidatorInterface::invalidateTags |
CacheTagsInvalidator::resetChecksums | public | function | Reset statically cached tags in all cache tag checksum services. |
ContainerAwareTrait::$container | protected | property | |
ContainerAwareTrait::setContainer | public | function | Sets the container. Overrides ContainerAwareInterface::setContainer |
Please login to continue.