8000 minor #17052 [HttpFoundation] Add cache option (sfmok) · githubfromgui/symfony-docs@ac36df0 · GitHub
[go: up one dir, main page]

Skip to content

Commit ac36df0

Browse files
committed
minor symfony#17052 [HttpFoundation] Add cache option (sfmok)
This PR was merged into the 4.4 branch. Discussion ---------- [HttpFoundation] Add cache option Add `immutable` cache option Commits ------- cd2188a [HttpFoundation] Add cache option
2 parents 785dccc + cd2188a commit ac36df0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

http_cache.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -356,6 +356,7 @@ Additionally, most cache-related HTTP headers can be set via the single
356356
's_maxage' => 10,
357357
'public' => true,
358358
// 'private' => true,
359+
'immutable' => true,
359360
]);
360361

361362
Cache Invalidation

0 commit comments

Comments
 (0)
0