AJH.CMS.Core.Data.CacheManager.RemoveObject C# (CSharp) 메소드

RemoveObject() 공개 정적인 메소드

public static RemoveObject ( string CacheKey ) : void
CacheKey string
리턴 void
        public static void RemoveObject(string CacheKey)
        {
            HttpContext.Current.Cache.Remove(CacheKey);
        }