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.
默认情况下,浏览器会缓存静态文件,如图像、js 和 css 文件。它还缓存http get请求。如果这个特性已经存在,那么为什么我们需要 asp.net 输出缓存特性呢?
谢谢。
asp.net 缓存用于创建发送到多个客户端的输出,浏览器缓存是为自身缓存的单个客户端。
Asp.net 缓存可以缓存较大输出的各个部分,并且只需更改为特定客户端提供服务所需的位。例如更改页面顶部的问候语,或使“畅销书”区域相对。