You are here

protected property CacheTagsChecksumTrait::$invalidatedTags in Drupal 8

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Cache/CacheTagsChecksumTrait.php \Drupal\Core\Cache\CacheTagsChecksumTrait::invalidatedTags

A list of tags that have already been invalidated in this request.

Used to prevent the invalidation of the same cache tag multiple times.

Type: bool[]

File

core/lib/Drupal/Core/Cache/CacheTagsChecksumTrait.php, line 19

Class

CacheTagsChecksumTrait
A trait for cache tag checksum implementations.

Namespace

Drupal\Core\Cache

Code

protected $invalidatedTags = [];