I would like to store an object in cache for precisely one hour and then it expires. I have tried the following code but it seems to disappear after 20mins... HttpContext.Current.Cache.Add("bloggedAPI_Blocked_" + strEmail, myobject,
I add the following to my aspx page code-behind (3.5). I've tried it in several of the page events: Response.Cache.SetNoStore() Response.Cache.SetNoServerCaching()