You are here

protected property DatabaseCacheTagsChecksum::$invalidatedTags in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Cache/DatabaseCacheTagsChecksum.php \Drupal\Core\Cache\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 39
Contains \Drupal\Core\Cache\DatabaseCacheTagsChecksum.

Class

DatabaseCacheTagsChecksum
Cache tags invalidations checksum implementation that uses the database.

Namespace

Drupal\Core\Cache

Code

protected $invalidatedTags = array();