Beta Phase: Square45 is currently in beta testing. Expect some features or content to be incomplete or missing.
45

Principle of Least Recently Used (LRU)

LRU dictates that the memory location that has not been accessed for the longest period should be evicted from a cache when a new entry is needed.