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 03abbaa commit 07b09f4Copy full SHA for 07b09f4
components/cache.rst
@@ -90,10 +90,10 @@ 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
+Stampede Prevention
94
~~~~~~~~~~~~~~~~~~~
95
96
-The Cache Contracts also comes with built in `Stampede prevention`_. This will
+The Cache Contracts also come 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
99
10 times every second, this means that you mostly have cache hits and everything
0 commit comments