Question
What is a common use of LRU Cache?
Select an option. Your answer will be checked instantly.
Correct Answer: B. bounded caching with temporal locality
Explanation:
LRU Cache is commonly used for bounded caching with temporal locality.
Its design supports this task efficiently or naturally.
Leave a Reply