You are here

protected property CacheTagsChecksumMongodb::$invalidatedTags in MongoDB 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

File

src/CacheTagsChecksumMongodb.php, line 36
Contains \Drupal\mongodb\CacheTagsChecksumMongodb.

Class

CacheTagsChecksumMongodb

Namespace

Drupal\mongodb

Code

protected $invalidatedTags = array();