browser.cache.disk.enable = false
browser.cache.memory.enable = false
network.http.use-cache = true
With the following settings above, will there be any caching in FF?
Does the disk.enable and memory.enable set to false override the true setting of use-cache?
http://kb.mozillazine.org/Network.http.use-cache
Thanks.