vote up 2 vote down star

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

flag

huh why didnt you accept my 1st answer! – redsquare Dec 19 '08 at 20:24
Because the other answer had the link. Not only was it correct but it pointed to the place I should of looked. – Sekhat Dec 20 '08 at 12:20

2 Answers

vote up 1 vote down check

AFAIK at the application level.

http://msdn.microsoft.com/en-us/library/system.web.caching.cache.aspx

From the page:

One instance of this class is created per application domain, and it remains valid as long as the application domain remains active.

link|flag
vote up 2 vote down

An instance of the cache is per app domain

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.