Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit b496e0a

Browse files
committed
Revert "Add documentation about the 'namespace' option under 'metadata_cache_driver'"
This reverts commit dee137e. Conflicts: reference/configuration/phpcr_odm.rst
1 parent 8a20fb7 commit b496e0a

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

reference/configuration/phpcr_odm.rst

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,6 @@ not configure anything here, the ODM services will not be loaded.
461461
instance_class: ~
462462
class: ~
463463
id: ~
464-
namespace: ~
465464
466465
467466
.. code-block:: xml
@@ -497,7 +496,6 @@ not configure anything here, the ODM services will not be loaded.
497496
instance-class="null"
498497
class="null"
499498
id="null"
500-
namespace="null"
501499
/>
502500
</odm>
503501
</config>
@@ -530,7 +528,6 @@ not configure anything here, the ODM services will not be loaded.
530528
'instance_class' => null,
531529
'class' => null,
532530
'id' => null,
533-
'namespace' => null,
534531
),
535532
),
536533
));
@@ -587,14 +584,6 @@ metadata_cache_driver
587584
Configure a cache driver for the Doctrine metadata. This is the same as for
588585
`Doctrine ORM`_.
589586

590-
The ``namespace`` value is useful if you are using one primary caching server
591-
for multiple sites that have similar code in their respective ``vendor/``
592-
directories. By default, Symfony will try to generate a unique namespace
593-
value for each application but if code is very similar between two
594-
applications, it is very easy to have two applications share the same
595-
namespace. This option also prevents Symfony from needing to re-build
596-
application cache on each Composer update on a newly generated namespace.
597-
598587
General Settings
599588
~~~~~~~~~~~~~~~~
600589

0 commit comments

Comments
 (0)