We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36727b1 commit 3ea5c00Copy full SHA for 3ea5c00
components/cache.rst
@@ -97,7 +97,7 @@ spends 5 seconds to compute data that is cached for 1 hour and this data is acce
97
is fine. But after 1 hour, we get 10 new requests to a cold cache. So the data
98
is computed again. The next second the same thing happens. So the data is computed
99
about 50 times before the cache is warm again. This is where you need stampede
100
-prevention
+prevention.
101
102
The first solution is to use locking: only allow one PHP process (on a per-host basis)
103
to compute a specific key at a time. Locking is built-in by default, so
0 commit comments