http://www.hanselman.com/blog/UsingTheASPNETCacheOutsideOfASPNET.aspx http://weblogs.asp.net/pjohnson/archive/2006/02/06/437559.aspx Bottom Line: HttpRuntime.Cache is the recommended technique. Calling the HttpContext does some additional look-ups as
Read More...