protected property TimestampCacheTagsChecksum::$invalidatedTags in Memcache API and Integration 8.2
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/
Cache/ TimestampCacheTagsChecksum.php, line 35
Class
- TimestampCacheTagsChecksum
- Cache tags invalidations checksum implementation by timestamp invalidation.
Namespace
Drupal\memcache\CacheCode
protected $invalidatedTags = [];