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
The no-cache response directive indicates that the response can be stored in caches, but the response must be validated with the origin server before each reuse, even when the cache is disconnected from the origin server.
This implementation make no-cache actually no-store:
See: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Cache-Control#no-cache
This implementation make
no-cache
actuallyno-store
:fastapi-cache/fastapi_cache/decorator.py
Lines 69 to 84 in 91ba6d7
The text was updated successfully, but these errors were encountered: