Exemplo n.º 1
0
 /**
  * 重建系统缓存
  * 更新内容或者刚安装完本CMS之后,如果数据显示异常,请执行本方法
  *
  * @return Response
  */
 public function getRebuildCache()
 {
     SystemOptionCache::cacheStatic();
     DataCache::rebuildDataCache();
     SettingCache::uncacheSetting();
     return view('back.cache.index');
 }