Amazon Alexa | OOD question | SDE II
Anonymous User
2627

To create a cache which can store metadata in 1 hour.
My first intuition is LRU cache
https://leetcode.com/problems/lru-cache/
but how can we ensure that the metadata will be eliminated from cache after 1 hour?

Comments (6)