Question
Which data structure or concept is best described as a cache policy that evicts the least recently used item?
Select an option. Your answer will be checked instantly.
Correct Answer: A. LRU Cache
Explanation:
LRU Cache is a cache policy that evicts the least recently used item.
This description distinguishes it from the other choices.
Leave a Reply