Is that possible to cache StreamingResponse? #1935
Unanswered
mglowinski93
asked this question in
Q&A
Replies: 1 comment 6 replies
-
Do you mean the generated response contents? If so then there is no difference between cached streaming response contents and usual JSON response that contains pregenerated data. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
is there a way to cache StreamingResponse?
My initial idea was to convert
StreamingResponse
toJSON
, but I couldn't find a nice way to do that.Beta Was this translation helpful? Give feedback.
All reactions