protected property DatabaseCacheTagsChecksum::$tagCache

Contains already loaded cache invalidations from the database.

Type: array

File

core/lib/Drupal/Core/Cache/DatabaseCacheTagsChecksum.php, line 25

Class

DatabaseCacheTagsChecksum
Cache tags invalidations checksum implementation that uses the database.

Namespace

Drupal\Core\Cache

Code

protected $tagCache = array();

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Cache!DatabaseCacheTagsChecksum.php/property/DatabaseCacheTagsChecksum::tagCache/8.1.x