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 ccc8dcd commit d3cb9b5Copy full SHA for d3cb9b5
components/cache.rst
@@ -90,6 +90,9 @@ generate and return the value::
90
Use cache tags to delete more than one key at the time. Read more at
91
:doc:`/components/cache/cache_invalidation`.
92
93
+Stampede prevention
94
+~~~~~~~~~~~~~~~~~~~
95
+
96
The Cache Contracts also comes with built in `Stampede prevention`_. This will
97
remove CPU spikes at the moments when the cache is cold. If an example application
98
spends 5 seconds to compute data that is cached for 1 hour and this data is accessed
0 commit comments