8000
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 ecf6976 commit 4a2f84dCopy full SHA for 4a2f84d
components/http_foundation.rst
@@ -517,18 +517,13 @@ call::
517
'immutable' => true,
518
'last_modified' => new \DateTime(),
519
'etag' => 'abcdef',
520
- 'terminate_on_cache_hit' => false,
521
]);
522
523
.. versionadded:: 6.1
524
525
The ``stale_if_error`` and ``stale_while_revalidate`` options were
526
introduced in Symfony 6.1.
527
528
-.. versionadded:: 6.2
529
-
530
- The ``terminate_on_cache_hit`` option was introduced in Symfony 6.2.
531
532
To check if the Response validators (``ETag``, ``Last-Modified``) match a
533
conditional value specified in the client Request, use the
534
:method:`Symfony\\Component\\HttpFoundation\\Response::isNotModified`
0 commit comments