File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -493,14 +493,13 @@ On production, there are a few important things to think about:
493
493
new worker processes. The command uses the :ref: `app <cache-configuration-with-frameworkbundle >`
494
494
cache internally - so make sure this is configured to use an adapter you like.
495
495
496
- .. note ::
497
-
496
+ **Use the Same Cache Between Deploys **
498
497
If your deploy strategy involves the creation of new target directories, you
499
498
should set a value for the :ref: `cache.prefix.seed <reference-cache-prefix-seed >`
500
- configuration option in order to let this command use always the same cache namespace
501
- between deployments. Otherwise, the ``cache.app `` pool will use the value of the
502
- `` kernel.project_dir `` parameter as base for the namespace, which will lead to
503
- different namespaces each time a new deployment is made.
499
+ configuration option in order to use the same cache namespace between deployments.
500
+ Otherwise, the ``cache.app `` pool will use the value of the `` kernel.project_dir ``
501
+ parameter as base for the namespace, which will lead to different namespaces
502
+ each time a new deployment is made.
504
503
505
504
Prioritized Transports
506
505
~~~~~~~~~~~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments