What is the goal of LRU Cache?

Practice this question from LRU Cache - Hash Map Plus Recency List Pattern Practice Quiz, with options and an explanation.

Question

What is the goal of LRU Cache?

Option A — Correct answer

Design get and put with least-recent eviction.

Option B

Only sort a fixed array once

Option C

Only print all recursion paths

Option D

Only detect whether a number is prime

Explanation

Design get and put with least-recent eviction.

LRU Cache - Hash Map Plus Recency List Pattern Practice Quiz

All questions · Next question

Open on QuizMaker