Example #1
0
 /**
  * {@inheritdoc}
  */
 public function getCacheTagsToInvalidate()
 {
     $tags = parent::getCacheTagsToInvalidate();
     return Cache::mergeTags($tags, ['user:'******'user_view']);
 }