Groups | Blog | Home
all groups > asp.net caching > august 2006 >

asp.net caching : cache per request


ThisBytes5 NO[at]SPAM gmail.com
8/3/2006 10:57:27 AM
I have a need to cache some data per request. I looked at
HttpContext.Current.Cache, but that seems to be the application cache
and not just a cache for the current request.

Is there something built into .net already that will do a per
application cache? Searching google for the above subject just returned
more about the HttpContext.Current.Cache.

Thanks
Wayne
Alvin Bruney [MVP]
8/5/2006 8:36:54 AM
have a look at the session object or viewstate as well since it's per
request.

--
________________________
Warm regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
Professional VSTO.NET - Wrox/Wiley
The O.W.C. Black Book with .NET
www.lulu.com/owc, Amazon
Blog: http://www.msmvps.com/blogs/alvin
-------------------------------------------------------


[quoted text, click to view]

sloan
8/7/2006 2:45:32 PM

I have a "object cacher" at my blog
spaces.msn.com/sholliday
based on the Session object, and the Singleton Design Pattern.



[quoted text, click to view]

AddThis Social Bookmark Button