Пример #1
0
 /**
  * Get cache parameters
  *
  * @return array
  */
 protected function getCacheParameters()
 {
     $list = parent::getCacheParameters();
     $list[] = md5(serialize($this->getParam(self::PARAM_FILTER)));
     return $list;
 }