Design Distributed Cache
Multi-node caching system
Overview
Design an LRU/LFU Distributed Cache.
Key Concepts
HashMap + Doubly linked list
Consistent Hashing algorithm
Multi-node caching system
Design an LRU/LFU Distributed Cache.
HashMap + Doubly linked list
Consistent Hashing algorithm
Ask about the topic