Magento缓存刷新通知

时间:2015-11-06 11:59:50

标签: magento notifications

当我在magento 1.9.x.x中添加或编辑目录时,我得到以下内容: “一个或多个缓存类型无效:布局。单击此处转到缓存管理并刷新缓存类型。”

1 个答案:

答案 0 :(得分:0)

默认的Magento行为。您可以使用像“catalog_product_edit_action”这样的观察者事件,并在观察者模型方法中使用以下代码行:

Mage::app()->getCacheInstance()->cleanType('block_html');
      return $this;