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