【发布时间】:2011-05-19 14:52:43
【问题描述】:
RequestCacheLevel.BypassCache 上的 documentation 并没有详细说明使用 HttpWebRequest 设置它的内部工作。我对此有一些疑问:
- 这是指什么缓存?
- previous comment 表示它与 Internet Explorer 共享?
- 此设置是否添加任何 cache control 标头?
- 这与设置标题的
NoCacheNoStore和Reload相比如何? - 如果我想(尽可能从客户端)确保内容不是来自缓存,这是最佳选择吗?
【问题讨论】:
标签: .net http caching httpwebrequest