来自iis.net 的引用:The ASP.NET page output cache is separate from the IIS 7 output cache. In applications that use the Integrated ASP.NET mode, the ASP.NET page output cache can be used programmatically for any content-type, much like the IIS 7 output cache.
那么我什么时候选择使用 IIS 输出缓存,什么时候更喜欢 ASP.net 输出缓存?也不清楚他们写了什么 asp.net 缓存“可用于任何内容类型”?