Skip to content

Commit 07b09f4

Browse files
committed
Minor tweaks
1 parent 03abbaa commit 07b09f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/cache.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,10 @@ generate and return the value::
9090
Use cache tags to delete more than one key at the time. Read more at
9191
:doc:`/components/cache/cache_invalidation`.
9292

93-
Stampede prevention
93+
Stampede Prevention
9494
~~~~~~~~~~~~~~~~~~~
9595

96-
The Cache Contracts also comes with built in `Stampede prevention`_. This will
96+
The Cache Contracts also come with built in `Stampede prevention`_. This will
9797
remove CPU spikes at the moments when the cache is cold. If an example application
9898
spends 5 seconds to compute data that is cached for 1 hour and this data is accessed
9999
10 times every second, this means that you mostly have cache hits and everything

0 commit comments

Comments
 (0)