8000 [HttpFoundation] Add cache option · githubfromgui/symfony-docs@cd2188a · GitHub
[go: up one dir, main page]

Skip to content

Commit cd2188a

Browse files
authored
[HttpFoundation] Add cache option
Add `immutable` cache option
1 parent 785dccc commit cd2188a

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