File tree 1 file changed +4
-4
lines changed 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1997,22 +1997,22 @@ default_doctrine_provider
1997
1997
**type **: ``string ``
1998
1998
1999
1999
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.
2001
2001
2002
2002
default_psr6_provider
2003
2003
.....................
2004
2004
2005
2005
**type **: ``string ``
2006
2006
2007
2007
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.
2009
2009
2010
2010
default_redis_provider
2011
2011
......................
2012
2012
2013
2013
**type **: ``string `` **default **: ``redis://localhost ``
2014
2014
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 ``
2016
2016
service.
2017
2017
2018
2018
default_memcached_provider
@@ -2024,7 +2024,7 @@ default_memcached_provider
2024
2024
2025
2025
**type **: ``string `` **default **: ``memcached://localhost ``
2026
2026
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 ``
2028
2028
service.
2029
2029
2030
2030
pools
You can’t perform that action at this time.
0 commit comments