Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当有人在 ASP.NET WebForms/MVC 应用程序中使用OutputCache指令时,它实际上是否会在服务器端进行任何缓存,例如使用Cache还是仅在 Response 对象中设置一些属性,例如Cache-Control属性?
干杯:)
输出缓存将 ASP.NET 网页或用户控件的整个呈现标记缓存指定的持续时间。
它缓存结果并将它们存储在服务器的内存中。