how browsers clean the cache when the cache reach the limit?

74 Views Asked by At

I tried to look for this information on the net, but couldn't find good info about that. Do you know to describe how it works? 1. Is it some kind of LRU algorithm? 2. Does all the browsers share the same "cleaning algorithm?

Thanks! Shay

1

There are 1 best solutions below

0
On BEST ANSWER

Browsers simply works with LRU mechanism and throws the "old" pages.