开发者

Does the ASP.NET OutputCache directive actually cache or just set some Response properties?

开发者 https://www.devze.com 2023-01-01 23:44 出处:网络
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开发者_如何学Go it only setup some properti

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开发者_如何学Go it only setup some properties in the Response object like the Cache-Control property?

Cheers :)


Output Caching caches the entire rendered markup of an ASP.NET web page or User Control for a specified duration.


It caches the results and stores them in memory on the server.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号