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);
        }