首页 > 其他 > 详细

在Firefox中关闭缓存

时间:2017-05-12 10:39:13      阅读:283      评论:0      收藏:0      [点我收藏+]

火狐缓存说明:https://developer.mozilla.org/en-US/docs/Mozilla/Preferences/Mozilla_networking_preferences#Cache

在地址栏输入:about:config

然后在过滤器中输入:browser.cache.disk.enable

解释:When a page is loaded, it can be cached so it doesn’t need to be downloaded to be redisplayed. For e-mail and news, messages and attachments are cached as well. This preference controls whether to use the hard drive for caching purposes. browser.cache.disk.capacity controls the maximum amount of disk space to use.

设置为false

done

还有一个属性:browser.cache.memory.enable

browser.cache.disk.enable/browser.cache.memory.enable 指上面的属性打开(true)后,设置保存在disk还是memory。

因为网上文章有误,所以我特意删除了一些信息。

原文可以参考:http://www.cnblogs.com/hutton/p/4585015.html

 

在Firefox中关闭缓存

原文:http://www.cnblogs.com/gallop/p/6844363.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!