* @since 1.0 */ class CacheController extends FecadminbaseController { # 刷新缓存 public function actionIndex() { if(CRequest::param("method") == 'reflush'){ $this->getBlock()->reflush(); } $data = $this->getBlock()->getLastData(); return $this->render($this->action->id,$data); } }