AJH.CMS.Core.Data.CacheManager.RemoveObject C# (CSharp) Method

RemoveObject() public static method

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