Amazon interview question

Design a cache for a web server.

Interview Answer

Anonymous

25 Jan 2022

Create a class for the cache with the necessary methods.

3