Clear out cached data for a view.
public function cacheFlush() { Cache::invalidateTags($this->view->storage ->getCacheTagsToInvalidate()); }