function CacheCollector::reset

Same name and namespace in other branches
  1. 11.x core/lib/Drupal/Core/Cache/CacheCollector.php \Drupal\Core\Cache\CacheCollector::reset()

File

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

Class

CacheCollector
Default implementation for CacheCollectorInterface.

Namespace

Drupal\Core\Cache

Code

public function reset() {
  $this->storage = [];
  $this->keysToPersist = [];
  $this->keysToRemove = [];
  $this->cacheLoaded = FALSE;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.