Caching does not work for different sources #457
Unanswered
andrea-cap
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I am using InMemoryBackend for FastAPI paths. It seems like different sources have different caches, i.e. requests issued by the same browser are correctly cached even if
cache_status_headeris MISS (response time is zero and fastapi does not log). However, if the request is issued by another browser window, cache does not work and the new request is fully processed. Is there any additional setting to fix this behavior? Am I missing something?All reactions