function CacheTagsChecksumTrait::reset
Implements \Drupal\Core\Cache\CacheTagsChecksumInterface::reset()
1 call to CacheTagsChecksumTrait::reset()
- DatabaseCacheTagsChecksum::purge in core/
lib/ Drupal/ Core/ Cache/ DatabaseCacheTagsChecksum.php
File
-
core/
lib/ Drupal/ Core/ Cache/ CacheTagsChecksumTrait.php, line 176
Class
- CacheTagsChecksumTrait
- A trait for cache tag checksum implementations.
Namespace
Drupal\Core\CacheCode
public function reset() {
$this->tagCache = [];
$this->invalidatedTags = [];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.