You are here

protected property CacheCollector::$keysToRemove in Drupal 8

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Cache/CacheCollector.php \Drupal\Core\Cache\CacheCollector::keysToRemove
  2. 10 core/lib/Drupal/Core/Cache/CacheCollector.php \Drupal\Core\Cache\CacheCollector::keysToRemove

An array of keys to remove from the cache on service termination.

Type: array

File

core/lib/Drupal/Core/Cache/CacheCollector.php, line 67

Class

CacheCollector
Default implementation for CacheCollectorInterface.

Namespace

Drupal\Core\Cache

Code

protected $keysToRemove = [];