We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaeeebe commit 1dab125Copy full SHA for 1dab125
templates.rst
@@ -497,6 +497,8 @@ provided by Symfony:
497
<!-- special options defined by Symfony to set the page cache -->
498
<default key="maxAge">86400</default>
499
<default key="sharedAge">86400</default>
500
+ <!-- Whether or not caching should apply for client caches only -->
501
+ <default key="private">true</default>
502
</route>
503
</routes>
504
@@ -516,6 +518,9 @@ provided by Symfony:
516
518
// special options defined by Symfony to set the page cache
517
519
'maxAge' => 86400,
520
'sharedAge' => 86400,
521
+
522
+ // Whether or not caching should apply for client caches only
523
+ 'private' => true,
524
])
525
;
526
};
0 commit comments