DatabaseCacheTagsChecksum::$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: array

File

core/lib/Drupal/Core/Cache/DatabaseCacheTagsChecksum.php, line 34

Class

DatabaseCacheTagsChecksum
Cache tags invalidations checksum implementation that uses the database.

Namespace

Drupal\Core\Cache

Code

1
protected $invalidatedTags = array();
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.