protected property CacheCacheTagsChecksum::$invalidatedTags in Supercache 8
Same name and namespace in other branches
- 2.0.x src/Cache/CacheCacheTagsChecksum.php \Drupal\supercache\Cache\CacheCacheTagsChecksum::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
- src/
Cache/ CacheCacheTagsChecksum.php, line 44 - Contains \Drupal\supercache\Cache\CacheCacheTagsChecksum.
Class
- CacheCacheTagsChecksum
- Cache tags invalidations checksum implementation that uses a CacheRawBackendInterface as the storage.
Namespace
Drupal\supercache\CacheCode
protected $invalidatedTags = array();