Tagged Questions
8
votes
3answers
2k views
What's the difference between the HttpRuntime Cache and the HttpContext Cache?
I know there is a very similar question here but I was hoping to get a better explination. Why would I ever use HttpContext.Cache instead of HttpRuntime.Cache if the HttpContext really uses the ...