Exemple #1
0
 protected function _loadCache()
 {
     $this->addData(array('cache_lifetime' => 3600 * 24 * 7, 'cache_tags' => array(Mage_Core_Block_Abstract::CACHE_GROUP, 'catalog_product_' . $this->getProduct()->getId()), 'cache_key' => $this->getCacheKey()));
     return parent::_loadCache();
 }