Why is the HttpContext.Cache count always zero?
Posted
by jjr2527
on Stack Overflow
See other posts from Stack Overflow
or by jjr2527
Published on 2010-04-12T22:05:57Z
Indexed on
2010/04/13
5:53 UTC
Read the original article
Hit count: 491
I set up a few pages with OutputCache profiles and confirmed that they are being cached by using multiple browsers and requests to retrieve the page with a timestamp which matched across all requests. When I try to enumerate the HttpContect.Cache it is always empty.
Any ideas what is going on here or where I should be going for this information instead?
© Stack Overflow or respective owner