LRU Replacement
What is LRU?
Downsides
This is designed concerning Temporal Locality but it still has downsides because accessed time should also be implemented to trace "least recently used" data.
Also, it doesn't consider the frequency of accessed rate of each data. So it'll show less efficient when the data has been accessed evenly.