System Design Question Preview
Design a single-machine in-memory key-value store used as a cache by a web service. The base system can store data in an in-memory map and support simple operations such as put, get, and delete.
Loading...
System Design Question Preview
Design a single-machine in-memory key-value store used as a cache by a web service. The base system can store data in an in-memory map and support simple operations such as put, get, and delete.