You are here

public function MetatagViewsCacheWrapper::cacheFlush in Metatag 8

Clear out cached data for a view.

Overrides CachePluginBase::cacheFlush

File

metatag_views/src/MetatagViewsCacheWrapper.php, line 130

Class

MetatagViewsCacheWrapper
This class wraps a Views cache plugin.

Namespace

Drupal\metatag_views

Code

public function cacheFlush() {
  $this->plugin
    ->cacheFlush();
}