File tree 1 file changed +19
-0
lines changed
1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -105,6 +105,8 @@ Configuration
105
105
* `php_errors `_
106
106
* `log `_
107
107
* `throw `_
108
+ * `cache `_
109
+ * `directory `_
108
110
109
111
secret
110
112
~~~~~~
@@ -1485,6 +1487,19 @@ throw
1485
1487
Throw PHP errors as ``\ErrorException `` instances. The parameter
1486
1488
``debug.error_handler.throw_at `` controls the threshold.
1487
1489
1490
+ cache
1491
+ ~~~~~
1492
+
1493
+ directory
1494
+ .........
1495
+
1496
+ .. versionadded :: 3.2
1497
+ The ``directory `` option was introduced in Symfony 3.2.
1498
+
1499
+ **type **: ``string `` **default **: ``%kernel.cache_dir%/pools ``
1500
+
1501
+ The directory used by the filesystem cache adapter to store data.
1502
+
1488
1503
Full Default Configuration
1489
1504
--------------------------
1490
1505
@@ -1624,6 +1639,10 @@ Full Default Configuration
1624
1639
log : false
1625
1640
throw : ' %kernel.debug%'
1626
1641
1642
+ # PSR6 Cache
1643
+ cache :
1644
+ directory : ' %kernel.cache_dir%/pools'
1645
+
1627
1646
.. _`HTTP Host header attacks` : http://www.skeletonscribe.net/2013/05/practical-http-host-header-attacks.html
1628
1647
.. _`Security Advisory Blog post` : https://symfony.com/blog/security-releases-symfony-2-0-24-2-1-12-2-2-5-and-2-3-3-released#cve-2013-4752-request-gethost-poisoning
1629
1648
.. _`Doctrine Cache` : http://docs.doctrine-project.org/projects/doctrine-common/en/latest/reference/caching.html
You can’t perform that action at this time.
0 commit comments