Random quick question.
The System.Web.Cache class, at what level is the information stored? At the session level or the entire application level?
thanks
AFAIK at the application level.
http://msdn.microsoft.com/en-us/library/system.web.caching.cache.aspx
On the page:
One instance of this class is created per application domain, and it remains valid as long as the application domain remains active.
Cache Instance for Application Domain