AdvancedVocabulary#computer-science-fundamentals#backend#developer-tools

LRU Cache Vocabulary

Build fluency in the vocabulary of a fixed-size cache evicting whichever entry hasn't been used in the longest time.

0 / 5 completed
1 / 5
At standup, a dev mentions a fixed-size cache that, once full, discards whichever entry hasn't been accessed for the longest time to make room for a new one. What is this eviction strategy called?