Does the ASP.NET OutputCache directive actually cache or just set some Response properties?
Posted
by Pure.Krome
on Stack Overflow
See other posts from Stack Overflow
or by Pure.Krome
Published on 2010-06-01T05:50:36Z
Indexed on
2010/06/01
5:53 UTC
Read the original article
Hit count: 231
Hi folks,
When someone uses the OutputCache directive in an ASP.NET WebForms/MVC application, does it actually do any caching server-side, like using the Cache or does it only setup some properties in the Response object like the Cache-Control property?
Cheers :)
© Stack Overflow or respective owner