@@ -50,6 +50,7 @@ Configuration
50
50
* :ref: `app <reference-cache-app >`
51
51
* `default_doctrine_provider `_
52
52
* `default_memcached_provider `_
53
+ * `default_pdo_provider `_
53
54
* `default_psr6_provider `_
54
55
* `default_redis_provider `_
55
56
* `directory `_
@@ -1834,7 +1835,7 @@ app
1834
1835
The cache adapter used by the ``cache.app `` service. The FrameworkBundle
1835
1836
ships with multiple adapters: ``cache.adapter.apcu ``, ``cache.adapter.doctrine ``,
1836
1837
``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 ``.
1838
1839
1839
1840
There's also a special adapter called ``cache.adapter.array `` which stores
1840
1841
contents in memory using a PHP array and it's used to disable caching (mostly on
@@ -1900,6 +1901,14 @@ default_memcached_provider
1900
1901
The DSN to use by the Memcached provider. The provider is available as the ``cache.memcached ``
1901
1902
service.
1902
1903
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
+
1903
1912
pools
1904
1913
.....
1905
1914
0 commit comments