File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -308,8 +308,8 @@ You can also create more customized pools:
308
308
Each pool manages a set of independent cache keys: keys from different pools
309
309
*never * collide, even if they share the same backend. This is achieved by prefixing
310
310
keys with a namespace that's generated by hashing the name of the pool, the name
311
- of the compiled container class and a :ref: `configurable seed <reference-cache-prefix-seed >`
312
- that defaults to the project directory.
311
+ of the cache adapter class and a :ref: `configurable seed <reference-cache-prefix-seed >`
312
+ that defaults to the project directory and compiled container class .
313
313
314
314
Each custom pool becomes a service whose service ID is the name of the pool
315
315
(e.g. ``custom_thing.cache ``). An autowiring alias is also created for each pool
Original file line number Diff line number Diff line change @@ -2633,7 +2633,7 @@ email_validation_mode
2633
2633
2634
2634
**type **: ``string `` **default **: ``loose ``
2635
2635
2636
- Sets the default value for
2636
+ Sets the default value for
2637
2637
:doc: `/reference/constraints/Email ` validator. The possible values are:
2638
2638
2639
2639
* ``loose ``, it uses a simple regular expression to validate the address (it
@@ -3091,9 +3091,9 @@ The cache clearer used to clear your PSR-6 cache.
3091
3091
prefix_seed
3092
3092
...........
3093
3093
3094
- **type **: ``string `` **default **: ``null ``
3094
+ **type **: ``string `` **default **: ``_%kernel.project_dir%.%kernel.container_class% ``
3095
3095
3096
- If defined, this value is used as part of the "namespace" generated for the
3096
+ This value is used as part of the "namespace" generated for the
3097
3097
cache item keys. A common practice is to use the unique name of the application
3098
3098
(e.g. ``symfony.com ``) because that prevents naming collisions when deploying
3099
3099
multiple applications into the same path (on different servers) that share the
You can’t perform that action at this time.
0 commit comments