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_viewsCode
public function cacheFlush() {
$this->plugin
->cacheFlush();
}