/** * {@inheritdoc} */ public function getCacheContexts() { $cache_contexts = Cache::mergeContexts(parent::getCacheContexts(), $this->view->storage->getCacheContexts()); $cache_contexts = Cache::mergeContexts($cache_contexts, $this->targetEntityType->getListCacheContexts()); return $cache_contexts; }