Design Distributed Cache
Problem Statement
Design A Distributed Cache System
Clarifying Questions to Ask?
-
What is the primary use case for the distributed cache?
-
What data consistency is required?
-
What is the expected access pattern?
-
What are the failure and recovery expectations?
-
Is persistence required in the cache?
PlayGround
Loading...
Loading...