top art cache

This commit is contained in:
toogee 2020-05-13 17:55:29 +08:00
parent b9f5a0bb46
commit ba394a8833

View File

@ -366,7 +366,7 @@ class Article extends BaseController
//删除本贴设置缓存显示编辑后内容 //删除本贴设置缓存显示编辑后内容
Cache::delete('article_'.$data['id']); Cache::delete('article_'.$data['id']);
//清除文章tag缓存 //清除文章tag缓存
//Cache::tag('tagArtDetail')->clear(); Cache::tag('tagArtDetail')->clear();
return json($res); return json($res);
} }