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