You are here

interface CacheTagsInvalidatorInterface in Supercache 8

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

Extends core tag invalidtor interface.

Hierarchy

Expanded class hierarchy of CacheTagsInvalidatorInterface

All classes that implement CacheTagsInvalidatorInterface

1 file declares its use of CacheTagsInvalidatorInterface
CacheCacheTagsChecksum.php in src/Cache/CacheCacheTagsChecksum.php
Contains \Drupal\supercache\Cache\CacheCacheTagsChecksum.

File

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

Namespace

Drupal\supercache\Cache
View source
interface CacheTagsInvalidatorInterface extends \Drupal\Core\Cache\CacheTagsInvalidatorInterface {

  /**
   * Reset all tag values.
   */
  public function resetTags();

}

Members

Namesort descending Modifiers Type Description Overrides
CacheTagsInvalidatorInterface::invalidateTags public function Marks cache items with any of the specified tags as invalid. 4
CacheTagsInvalidatorInterface::resetTags public function Reset all tag values. 1