Quote:
Originally Posted by ownedbycats
Thanks. I'll just leave one commented out so I can swap them if needed.
|
You legitimately use multiple browsers at the same time?
I
could add code to stack multiple browser caches, but you'd have to wait for
all of them to be indexed.
And they would be 'stacked' rather than 'shared':
IE, if you listed browser1's cache first, then browser2, FFF would look for a matching URL entry in browser1 and stop if it found any--even if browser2 had a
newer matching entry. Browser2 would only be consulted when browser1 didn't have a match.
And I dread the prospect of having to regularly explain that to people. "I know I ctrl-refreshed, why did FFF use an old version?!"
I'd need to see a pretty compelling case to re-write all the cache architecture sidney & I just finished to share entries from multiple browsers.