8000 Improve the cache config reference · symfony/symfony-docs@bb522f9 · GitHub
[go: up one dir, main page]

Skip to content

Commit bb522f9

Browse files
committed
Improve the cache config reference
1 parent 8e9e496 commit bb522f9

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

reference/configuration/framework.rst

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1814,21 +1814,24 @@ app
18141814
**type**: ``string`` **default**: ``cache.adapter.filesystem``
18151815

18161816
The cache adapter used by the ``cache.app`` service. The FrameworkBundle
1817-
ships with multiple adapters: ``apcu``, ``doctrine``, ``system``, ``filesystem``,
1818-
``psr6``, ``redis`` and ``memcached``.
1817+
ships with multiple adapters: ``cache.adapter.apcu``, ``cache.adapter.doctrine``,
1818+
``cache.adapter.system``, ``cache.adapter.filesystem``, ``cache.adapter.psr6``,
1819+
``cache.adapter.redis`` and ``cache.adapter.memcached``.
18191820

18201821
.. tip::
18211822

1822-
It might be tough to understand at the beginning, so to avoid confusion remember that all pools perform the
1823-
same actions but on different medium given the adapter they are based on. Internally, a pool wraps the definition
1823+
It might be tough to understand at the beginning, so to avoid confusion
1824+
remember that all pools perform the same actions but on different medium
1825+
given the adapter they are based on. Internally, a pool wraps the definition
18241826
of an adapter.
18251827

18261828
system
18271829
......
18281830

18291831
**type**: ``string`` **default**: ``cache.adapter.system``
18301832

1831-
The cache adapter used by the ``cache.system`` service.
1833+
The cache adapter used by the ``cache.system`` service. It supports the same
1834+
adapters available for the ``cache.app`` service.
18321835

18331836
directory
18341837
.........

0 commit comments

Comments
 (0)
0