jQuery的:Ajax中的jQuery Cache參數 - 他在哪裏保存緩存的數據?
*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臨時文件嗎?
我不這麼認爲......
那麼它保存在哪裏?
問題是:'那麼它在哪裏保存它?' –
它依賴於瀏覽器,SO等等我想。在Windows 7下的IE9例如將它們保存在這裏:C:\ Users \ youruser \ AppData \ Roaming \ Microsoft \ Internet Explorer \ UserData –