FREE · TOPIC 091

Caching Layers

478 words·Updated 2026-07-18·
#system-design#caching#performance
Accompanying Lab
TTL Cache Reaper
An in-memory TTL cache that stores absolute expiry timestamps, enforces lazy expiration on reads, and reclaims memory with active sweeps.
View Lab
Primary References & Engineering Sources
  • ·[[wiki/arpit-foundational-topics-system-design-ii]]
  • ·[[Caching]]