Ejemplo n.º 1
0
 protected function _getCacheKeyParams()
 {
     $keyInfo = parent::_getCacheKeyParams();
     if ($catId = Axis_HumanUri::getInstance()->getParamValue('cat')) {
         $keyInfo[] = $catId;
     }
     return $keyInfo;
 }
Ejemplo n.º 2
0
 protected function _getCacheKeyParams()
 {
     $keyInfo = parent::_getCacheKeyParams();
     $keyInfo[] = $this->_getCurrentProductId();
     return $keyInfo;
 }
Ejemplo n.º 3
0
 protected function _construct()
 {
     parent::_construct();
     $this->setData('cache_lifetime', 0);
 }