@@ -50,6 +50,7 @@ Configuration
5050 * :ref: `app <reference-cache-app >`
5151 * `default_doctrine_provider `_
5252 * `default_memcached_provider `_
53+ * `default_pdo_provider `_
5354 * `default_psr6_provider `_
5455 * `default_redis_provider `_
5556 * `directory `_
@@ -1834,7 +1835,7 @@ app
18341835The cache adapter used by the ``cache.app `` service. The FrameworkBundle
18351836ships with multiple adapters: ``cache.adapter.apcu ``, ``cache.adapter.doctrine ``,
18361837``cache.adapter.system ``, ``cache.adapter.filesystem ``, ``cache.adapter.psr6 ``,
1837- ``cache.adapter.redis `` and ``cache.adapter.memcached ``.
1838+ ``cache.adapter.redis ``, `` cache.adapter.memcached `` and ``cache.adapter.pdo ``.
18381839
18391840There's also a special adapter called ``cache.adapter.array `` which stores
18401841contents in memory using a PHP array and it's used to disable caching (mostly on
@@ -1900,6 +1901,14 @@ default_memcached_provider
19001901The DSN to use by the Memcached provider. The provider is available as the ``cache.memcached ``
19011902service.
19021903
1904+ default_pdo_provider
1905+ ..........................
1906+
1907+ **type **: ``string `` **default **: ``doctrine.dbal.default_connection ``
1908+
1909+ The service id of the database connection, which should be either a PDO or a
1910+ Doctrine DBAL instance.
1911+
19031912pools
19041913.....
19051914
0 commit comments