You are here

public function CacheTagsInvalidatorInterface::resetTags in Supercache 8

Same name and namespace in other branches
  1. 2.0.x src/Cache/CacheTagsInvalidatorInterface.php \Drupal\supercache\Cache\CacheTagsInvalidatorInterface::resetTags()

Reset all tag values.

1 method overrides CacheTagsInvalidatorInterface::resetTags()
CacheCacheTagsChecksum::resetTags in src/Cache/CacheCacheTagsChecksum.php
Reset all tag values.

File

src/Cache/CacheTagsInvalidatorInterface.php, line 20
Contains \Drupal\supercache\Cache\CacheTagsInvalidatorInterface.

Class

CacheTagsInvalidatorInterface
Extends core tag invalidtor interface.

Namespace

Drupal\supercache\Cache

Code

public function resetTags();