You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/advanced/extensions.md
+3-2
Original file line number
Diff line number
Diff line change
@@ -62,11 +62,12 @@ True
62
62
63
63
### revalidated
64
64
65
-
Every response will have a revalidated extension that indicates whether the response has been revalidated or not.
65
+
Every response will have a `revalidated` extension that indicates whether the response has been revalidated or not.
66
66
67
67
!!! note
68
68
Note that a response could have `revalidated` set to `True` even when `from_cache` is set to `False`. This occurs when the cached entry has been updated and a new entry is downloaded during revalidation.
0 commit comments