File tree 1 file changed +16
-0
lines changed
1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -102,6 +102,8 @@ Configuration
102
102
* :ref: `cache <reference-serializer-cache >`
103
103
* :ref: `enable_annotations <reference-serializer-enable_annotations >`
104
104
* :ref: `name_converter <reference-serializer-name_converter >`
105
+ * `cache `_
106
+ * `directory `_
105
107
106
108
secret
107
109
~~~~~~
@@ -1446,6 +1448,16 @@ value.
1446
1448
For more information, see
1447
1449
:ref: `component-serializer-converting-property-names-when-serializing-and-deserializing `.
1448
1450
1451
+ cache
1452
+ ~~~~~
1453
+
1454
+ directory
1455
+ .........
1456
+
1457
+ **type **: ``string `` **default **: ``%kernel.cache_dir%/pools ``
1458
+
1459
+ The path to the cache directory used by the filesystem cache adapter.
1460
+
1449
1461
Full Default Configuration
1450
1462
--------------------------
1451
1463
@@ -1580,6 +1592,10 @@ Full Default Configuration
1580
1592
file_cache_dir : ' %kernel.cache_dir%/annotations'
1581
1593
debug : ' %kernel.debug%'
1582
1594
1595
+ # cache configuration
1596
+ cache :
1597
+ directory : ' %kernel.cache_dir%/pools'
1598
+
1583
1599
.. _`HTTP Host header attacks` : http://www.skeletonscribe.net/2013/05/practical-http-host-header-attacks.html
1584
1600
.. _`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
1585
1601
.. _`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