You are here

public function CacheTagsChecksumInterface::reset in Drupal 8

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

Reset statically cached tags.

This is only used by tests.

File

core/lib/Drupal/Core/Cache/CacheTagsChecksumInterface.php, line 73

Class

CacheTagsChecksumInterface
Provides checksums for cache tag invalidations.

Namespace

Drupal\Core\Cache

Code

public function reset();