Skip to content

Commit 7aafce9

Browse files
committed
minor #11370 [Cache] Updated invalid service names (Nyholm)
This PR was merged into the 3.4 branch. Discussion ---------- [Cache] Updated invalid service names This will fix #8406 See https://github.com/symfony/symfony/blob/3.4/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php#L1682 Commits ------- 53e465d [Cache] Updated invalid service names
2 parents 3edd42a + 53e465d commit 7aafce9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

reference/configuration/framework.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1997,22 +1997,22 @@ default_doctrine_provider
19971997
**type**: ``string``
19981998

19991999
The service name to use as your default Doctrine provider. The provider is
2000-
available as the ``cache.doctrine`` service.
2000+
available as the ``cache.default_doctrine_provider`` service.
20012001

20022002
default_psr6_provider
20032003
.....................
20042004

20052005
**type**: ``string``
20062006

20072007
The service name to use as your default PSR-6 provider. It is available as
2008-
the ``cache.psr6`` service.
2008+
the ``cache.default_psr6_provider`` service.
20092009

20102010
default_redis_provider
20112011
......................
20122012

20132013
**type**: ``string`` **default**: ``redis://localhost``
20142014

2015-
The DSN to use by the Redis provider. The provider is available as the ``cache.redis``
2015+
The DSN to use by the Redis provider. The provider is available as the ``cache.default_redis_provider``
20162016
service.
20172017

20182018
default_memcached_provider
@@ -2024,7 +2024,7 @@ default_memcached_provider
20242024

20252025
**type**: ``string`` **default**: ``memcached://localhost``
20262026

2027-
The DSN to use by the Memcached provider. The provider is available as the ``cache.memcached``
2027+
The DSN to use by the Memcached provider. The provider is available as the ``cache.default_memcached_provider``
20282028
service.
20292029

20302030
pools

0 commit comments

Comments
 (0)