Skip to content

Commit 9e4874a

Browse files
committed
minor #12478 Update http_foundation.rst (atailouloute)
This PR was merged into the 3.4 branch. Discussion ---------- Update http_foundation.rst Add immutable option to `setCache` example Commits ------- cda341d Update http_foundation.rst
2 parents 9cfc826 + cda341d commit 9e4874a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/http_foundation.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -421,6 +421,7 @@ call::
421421
's_maxage' => 600,
422422
'private' => false,
423423
'public' => true,
424+
'immutable' => true,
424425
]);
425426

426427
To check if the Response validators (``ETag``, ``Last-Modified``) match a

0 commit comments

Comments
 (0)