8000 minor #15445 [Cache] Adds a heading for stampede prevention so I'm ab… · parijke/symfony-docs@03abbaa · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit 03abbaa

Browse files
committed
minor symfony#15445 [Cache] Adds a heading for stampede prevention so I'm able to reference this section easily (smoench)
This PR was merged into the 4.4 branch. Discussion ---------- [Cache] Adds a heading for stampede prevention so I'm able to reference this section easily <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `5.x` for features of unreleased versions). --> Commits ------- d3cb9b5 Adds a heading for stampede prevention so I'm able to reference this section easily
2 parents ccc8dcd + d3cb9b5 commit 03abbaa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

components/cache.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,9 @@ 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
94+
~~~~~~~~~~~~~~~~~~~
95+
9396
The Cache Contracts also comes with built in `Stampede prevention`_. This will
9497
remove CPU spikes at the moments when the cache is cold. If an example application
9598
spends 5 seconds to compute data that is cached for 1 hour and this data is accessed

0 commit comments

Comments
 (0)
0