예제 #1
0
 public function clearGoodsCacheById($goods_id)
 {
     ClearHelper::smartyClearCache($this->getThemeSmarty(), null, 'Goods|' . $goods_id);
 }
예제 #2
0
 /**
  * 清除搜索页缓存
  */
 public function clearGoodsSearch()
 {
     ClearHelper::smartyClearCache($this->getThemeSmarty(), null, 'Goods|Search');
     ClearHelper::smartyClearCache($this->getThemeSmarty(), null, 'Goods|Category');
 }