protected property RedisCacheTagsChecksum::$invalidatedTags in Redis 8
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: array
Overrides CacheTagsChecksumTrait::$invalidatedTags
File
- src/
Cache/ RedisCacheTagsChecksum.php, line 33
Class
- RedisCacheTagsChecksum
- Cache tags invalidations checksum implementation that uses redis.
Namespace
Drupal\redis\CacheCode
protected $invalidatedTags = [];