Tech stack
Distributed caching, Redis, cache-aside, invalidation, sessions, stampedes, locks, rate limits, and production cache operations.
Practice items tagged with Distributed Caching and Redis.
Compares caching response-shaped read models with caching domain entities or raw database objects.
Explains how TTL choices balance freshness, load reduction, user expectations, and operational safety.
Compares cache-aside, read-through, and write-through by read and write ownership, freshness, failure behavior, invalidation, fallback, stampede control, and operational complexity.
Explains when local process memory is enough and when shared Redis-style caching is worth the extra dependency.
Compares Redis pub/sub with durable queues when broadcasting cache invalidation or refresh events.
Explains how to decide if caching is the right fix for a slow API endpoint instead of query tuning or contract changes.
Preparation paths where this taxonomy appears in the track scope.