Search code examples
httpcachingbrowserlru

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


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


Solution

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