caching - Concepts
Explore concepts tagged with "caching"
Total concepts: 2
Concepts
- Stale-While-Revalidate (SWR) - A caching strategy that returns cached data while fetching updated data in the background.
- Cache Stampede - A cache stampede happens when a popular cache entry expires and many concurrent requests all miss at once, causing them to simultaneously recompute or refetch the same value and hammer the backend.
← Back to all concepts