Amazon Interview Question

Design a cache for a web server.

Interview Answer

Anonymous

Jan 25, 2022

Create a class for the cache with the necessary methods.

3