File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1997,22 +1997,22 @@ default_doctrine_provider
19971997**type **: ``string ``
19981998
19991999The 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
20022002default_psr6_provider
20032003.....................
20042004
20052005**type **: ``string ``
20062006
20072007The 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
20102010default_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 ``
20162016service.
20172017
20182018default_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 ``
20282028service.
20292029
20302030pools
You can’t perform that action at this time.
0 commit comments