disable firefox disk cache
In firefox :
- in url bar, type :
about:config
- into the filter bar, type
browser.cache
- find browser.cache.disk.enable and set it to
false
- find browser.cache.memory.enable and set it to
true
- find browser.cache.memory.capacity and set it to the wanted value.
About memory.capacity :
This is the number of kilobytes you want to assign to the cache, or -1 for automatic handling. See links below.