You are here

public function ResettablePageCache::resetCache in Tome 8

Resets the cache ID.

File

modules/tome_static/src/StackMiddleware/ResettablePageCache.php, line 22

Class

ResettablePageCache
Allows the cache ID to be reset between requests.

Namespace

Drupal\tome_static\StackMiddleware

Code

public function resetCache() {
  $this->cid = NULL;
}