You are here

protected property CacheTagsChecksumTrait::$tagCache in Drupal 8

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

Contains already loaded tag invalidation counts from the storage.

Type: int[]

File

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

Class

CacheTagsChecksumTrait
A trait for cache tag checksum implementations.

Namespace

Drupal\Core\Cache

Code

protected $tagCache = [];