You are here

protected property CacheCollector::$keysToPersist in Drupal 9

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

An array of keys to add to the cache on service termination.

Type: array

File

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

Class

CacheCollector
Default implementation for CacheCollectorInterface.

Namespace

Drupal\Core\Cache

Code

protected $keysToPersist = [];