Exemplo n.º 1
0
        public ActionResult ClearMemCache()
        {
            string _cachekey = QueryString.SafeQ("id");

            MemCache.RemoveAllCache();
            return(View());
        }
Exemplo n.º 2
0
        public void ClearMemCache()
        {
            string _cachekey = QueryString.SafeQ("id");

            MemCache.RemoveAllCache();
        }