我想在Magento时刷新我的扩展缓存集合数据集合数据文件。COLLECTION_DATA缓存已刷新,并且还针对其他事件清理此缓存。我有一个自定义类,主要部分是:$this->_usecache=Mage::app()->useCache('collections');if($this->_usecache){$cache=Mage::app()->getCache();$key="mycategory".$this->_config['rootid'];$this->tmpAllItems=$cache->load($key);}else{$this->tmpAllItems=fal