Technical definition
Cache stampede
A surge of identical backend requests when a popular cached value expires.
What It Means
A cache stampede occurs when many requests simultaneously miss the same cache key and regenerate the value. Request coalescing, jittered expiry, and stale-while-revalidate can reduce the load spike.