问题
What happens when a web browser's cache is full? Does it
- Delete the oldest items in the cache to make room?
- Stop caching entirely?
Is this behavior documented for the major browsers like IE, Firefox, Chrome, and Safari?
回答1:
Google claims every browser use LRU to decide what to dump.
Here: code.google.com/speed/page-speed/docs/caching.html
来源:https://stackoverflow.com/questions/8362292/what-happens-when-a-browsers-cache-is-full