Exemple #1
0
 /**
  * {@inheritdoc}
  */
 public function getCacheKeys()
 {
     return array_merge(parent::getCacheKeys(), Cache::keyFromQuery($this->buildForumQuery()));
 }