/**
   * {@inheritdoc}
   */
  public function getCacheTags() {
    $cache_tags = Cache::mergeTags(parent::getCacheTags(), $this->view->storage->getCacheTags());
    $cache_tags = Cache::mergeTags($cache_tags, $this->targetEntityType->getListCacheTags());

    return $cache_tags;
  }