File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -477,6 +477,9 @@ provided by Symfony:
477
477
maxAge : 86400
478
478
sharedAge : 86400
479
479
480
+ # whether or not caching should apply for client caches only
481
+ private : true
482
+
480
483
# optionally you can define some arguments passed to the template
481
484
context :
482
485
site_name : ' ACME'
@@ -500,6 +503,9 @@ provided by Symfony:
500
503
<default key =" maxAge" >86400</default >
501
504
<default key =" sharedAge" >86400</default >
502
505
506
+ <!-- whether or not caching should apply for client caches only -->
507
+ <default key =" private" >true</default >
508
+
503
509
<!-- optionally you can define some arguments passed to the template -->
504
510
<default key =" context" >
505
511
<default key =" site_name" >ACME</default >
@@ -525,6 +531,9 @@ provided by Symfony:
525
531
'maxAge' => 86400,
526
532
'sharedAge' => 86400,
527
533
534
+ // whether or not caching should apply for client caches only
535
+ 'private' => true,
536
+
528
537
// optionally you can define some arguments passed to the template
529
538
'context' => [
530
539
'site_name' => 'ACME',
You can’t perform that action at this time.
0 commit comments