Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fixed a grammar error
  • Loading branch information
javiereguiluz committed Jan 11, 2017
commit 272aec338b7866eadec8c8203564ccce1c5bc24c
2 changes: 1 addition & 1 deletion reference/dic_tags.rst
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ kernel.cache_warmer
process

Cache warming occurs whenever you run the ``cache:warmup`` or ``cache:clear``
commands (unless you pass ``--no-warmup`` to ``cache:clear``). It is also run
command (unless you pass ``--no-warmup`` to ``cache:clear``). It is also run
when handling the request, if it wasn't done by one of the commands yet.
The purpose is to initialize any cache that will be needed by the application
and prevent the first user from any significant "cache hit" where the cache
Expand Down