Skip to content

[Cache] Updated invalid service names #11370

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 9, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions reference/configuration/framework.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1997,22 +1997,22 @@ default_doctrine_provider
**type**: ``string``

The service name to use as your default Doctrine provider. The provider is
available as the ``cache.doctrine`` service.
available as the ``cache.default_doctrine_provider`` service.

default_psr6_provider
.....................

**type**: ``string``

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

default_redis_provider
......................

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

The DSN to use by the Redis provider. The provider is available as the ``cache.redis``
The DSN to use by the Redis provider. The provider is available as the ``cache.default_redis_provider``
service.

default_memcached_provider
Expand All @@ -2024,7 +2024,7 @@ default_memcached_provider

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

The DSN to use by the Memcached provider. The provider is available as the ``cache.memcached``
The DSN to use by the Memcached provider. The provider is available as the ``cache.default_memcached_provider``
service.

pools
Expand Down