示例#1
0
 public ActionResult ClearFlush()
 {
     OpeCur.ClearFlush();
     return(OpeCur.AjaxMsgOK("清楚缓存成功"));
 }