Why does cache use Most Recently Used (MRU) algorithm as evict policy?
Imagine you were looking up the details of buses as they arrived at a bus stop, based on their bus number (or whatever identifier you use). It’s somewhat reasonable to think that if you’ve just seen a number 36 bus, you’re less likely to see another one imminently than to see one of the other buses that stops there. … Read more