Tag: Caching
All the articles with the tag "Caching".
-
What Is a CDN? How Content Delivery Networks Work
Series: System Design Foundations
What is a CDN? Learn how content delivery networks cache content at edge servers, reduce latency, and protect your origin from traffic spikes.
-
In-Memory Cache vs Distributed Cache Explained
Series: System Design Foundations
Compare in-memory cache vs distributed cache: speed, scalability, consistency, and when to choose Redis over a local cache.
-
What Is Caching? Why It Improves Performance
Series: System Design Foundations
What is caching? Learn how caches work, cache hits/misses, TTL, and common strategies (browser, CDN, Redis) to speed up apps.
-
System Design Interview: Distributed Cache Like Redis/Memcached
Series: System Design Interview Series
Master the distributed cache system design interview. Learn consistent hashing, eviction policies (LRU/LFU), and how to scale like Redis and Memcached.