You are here

protected property CacheCollector::$tags in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/lib/Drupal/Core/Cache/CacheCollector.php \Drupal\Core\Cache\CacheCollector::tags

A list of tags that are used for the cache entry.

Type: array

File

core/lib/Drupal/Core/Cache/CacheCollector.php, line 43
Contains \Drupal\Core\Cache\CacheCollector.

Class

CacheCollector
Default implementation for CacheCollectorInterface.

Namespace

Drupal\Core\Cache

Code

protected $tags;