function CacheTagsChecksumDecorator::reset
Reset statically cached tags.
This is only used by tests.
Overrides CacheTagsChecksumInterface::reset
File
-
core/
modules/ system/ tests/ modules/ performance_test/ src/ Cache/ CacheTagsChecksumDecorator.php, line 71
Class
- CacheTagsChecksumDecorator
- Wraps an existing cache tags checksum invalidator to track calls separately.
Namespace
Drupal\performance_test\CacheCode
public function reset() {
$this->checksumInvalidator
->reset();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.