Random quick question.
The System.Web.Cache class, at what level is the information stored? On a per session level or whole application level?
Thanks
|
|
|||||
|
|
|
AFAIK at the application level. http://msdn.microsoft.com/en-us/library/system.web.caching.cache.aspx From the page:
|
||
|
|
|
|
An instance of the cache is per app domain |
||
|
|