【发布时间】:2012-01-10 13:22:44
【问题描述】:
jQuery:
*cacheBoolean
Default: true, false for dataType 'script' and 'jsonp'
If set to false, it will force requested pages not to be cached by the browser.
Setting cache to false also appends a query string parameter, "_=[TIMESTAMP]", to the URL.*
我的问题:
被浏览器缓存 ???
如果我有一个返回我的 ASHX 处理程序:
'<div>lalala</div>'
这会保存在浏览器的临时 Internet 文件中吗?
我不这么认为......
那么它保存在哪里呢?
【问题讨论】:
标签: jquery ajax caching httphandler