Boris Zbarsky wrote: > gavin wrote: >> Changing "network.http.use-cache" or changing both >> "browser.cache.disk.enable" and "browser.cache.memory.enable" may have >> the same observable effects if all you're looking at is caching >> behavior when visiting web sites using HTTP > > Not even then. For example, just because HTTP data caching is disabled > doesn't mean we stop using the memory cache for > image data, > wyciwyg data
I must be misunderstanding something here. What is HTTP data if it is not things like images downloaded from websites, and cached pages? "WYCIWYG [...] is a URI scheme specific to the Mozilla family of web browsers which indicates that a link should be preferentially fetched from cache instead of from the web server." The above still happens if 'network.http.use-cache' is false? Do you mean that you still only get the WYCIWYG cache if you use wyciwyg://, but not when you use http(s):// ? Best regards, Jeremy Morton (Jez) _______________________________________________ dev-tech-network mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-network
