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

GetObject() public static method

public static GetObject ( string CacheKey ) : object
CacheKey string
return object
        public static object GetObject(string CacheKey)
        {
            return HttpContext.Current.Cache[CacheKey];
        }