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 1c402b6 commit 8d0a9d9Copy full SHA for 8d0a9d9
components/http_foundation.rst
@@ -515,6 +515,11 @@ call::
515
'etag' => 'abcdef',
516
]);
517
518
+.. versionadded:: 6.1
519
+
520
+ The ``stale_if_error`` and ``stale_while_revalidate`` options were
521
+ introduced in Symfony 6.1.
522
523
To check if the Response validators (``ETag``, ``Last-Modified``) match a
524
conditional value specified in the client Request, use the
525
:method:`Symfony\\Component\\HttpFoundation\\Response::isNotModified`
0 commit comments