예제 #1
0
 protected function _getCacheKeyParams()
 {
     $keyInfo = parent::_getCacheKeyParams();
     if ($catId = Axis_HumanUri::getInstance()->getParamValue('cat')) {
         $keyInfo[] = $catId;
     }
     return $keyInfo;
 }
예제 #2
0
 protected function _getCacheKeyParams()
 {
     $keyInfo = parent::_getCacheKeyParams();
     $keyInfo[] = $this->_getCurrentProductId();
     return $keyInfo;
 }