为Block启用Cache_Tag标签_程序员俱乐部

中国优秀的程序员网站程序员频道CXYCLUB技术地图
热搜:
更多>>
 
当前位置:程序员俱乐部 >>Tag标签 >> 为Block启用Cache >>列表
· Magento中为Block启用Cache发布时间:2010-09-19
在Block类的_construct(不是构造方法)方法中加入以下代码:publicfunction_construct(){$this->addData(array('cache_lifetime'=>3600,'cache_tags'=>array(Mage_Catalog_Model_Product::CACHE_TAG),'cache_key'=>'productfaq_'.Mage::registry('product')->getId().'_'... 查看全文