You are here

protected property CacheCacheTagsChecksum::$tagCache in Supercache 8

Same name and namespace in other branches
  1. 2.0.x src/Cache/CacheCacheTagsChecksum.php \Drupal\supercache\Cache\CacheCacheTagsChecksum::tagCache

Contains already loaded cache invalidations from the database.

Type: array

File

src/Cache/CacheCacheTagsChecksum.php, line 35
Contains \Drupal\supercache\Cache\CacheCacheTagsChecksum.

Class

CacheCacheTagsChecksum
Cache tags invalidations checksum implementation that uses a CacheRawBackendInterface as the storage.

Namespace

Drupal\supercache\Cache

Code

protected $tagCache = array();