This question evaluates a candidate's ability to design an efficient in-memory LRU cache and apply concurrency control, covering eviction semantics, capacity management, key updates, and synchronization for thread safety.

Design an in-memory LRU cache for a single machine using a hash map and a doubly linked list to support O(