Design a Cache API
Design a caching API that allows users to store, retrieve, and invalidate data efficiently, supporting features like TTL (time-to-live), eviction policies, and high-throughput read/write operations.
Asked at:Arize AI
A
Design a caching API that allows users to store, retrieve, and invalidate data efficiently, supporting features like TTL (time-to-live), eviction policies, and high-throughput read/write operations.