You are here

protected property CacheTagsChecksumTrait::$delayedTags in Drupal 8

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Cache/CacheTagsChecksumTrait.php \Drupal\Core\Cache\CacheTagsChecksumTrait::delayedTags

The set of cache tags whose invalidation is delayed.

Type: string[]

File

core/lib/Drupal/Core/Cache/CacheTagsChecksumTrait.php, line 26

Class

CacheTagsChecksumTrait
A trait for cache tag checksum implementations.

Namespace

Drupal\Core\Cache

Code

protected $delayedTags = [];