From f3d727ca9afb005690dd9530a03d269aca58f53e Mon Sep 17 00:00:00 2001 From: Matthieu Lempereur Date: Wed, 29 Mar 2023 11:09:34 +0200 Subject: [PATCH] =?UTF-8?q?[FrameworkBundle]=20=C2=A0Update=20framework=20?= =?UTF-8?q?cache=20reference?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- reference/configuration/framework.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/reference/configuration/framework.rst b/reference/configuration/framework.rst index a927e2a3f8a..c2ef4498e55 100644 --- a/reference/configuration/framework.rst +++ b/reference/configuration/framework.rst @@ -2877,9 +2877,9 @@ app **type**: ``string`` **default**: ``cache.adapter.filesystem`` The cache adapter used by the ``cache.app`` service. The FrameworkBundle -ships with multiple adapters: ``cache.adapter.apcu``, ``cache.adapter.doctrine``, -``cache.adapter.system``, ``cache.adapter.filesystem``, ``cache.adapter.psr6``, -``cache.adapter.redis``, ``cache.adapter.memcached``, ``cache.adapter.pdo``, +ships with multiple adapters: ``cache.adapter.apcu``, ``cache.adapter.system``, +``cache.adapter.filesystem``, ``cache.adapter.psr6``, ``cache.adapter.redis``, +``cache.adapter.memcached``, ``cache.adapter.pdo`` and ``cache.adapter.doctrine_dbal``. There's also a special adapter called ``cache.adapter.array`` which stores