Exemple #1
0
        public ActionResult RefreshCache()
        {
            //refresh the in-memory data
            MvcApplication.ImportData();

            return(new HttpStatusCodeResult(200));   //OK
        }