flask-caching
flask-caching copied to clipboard
Sreaming Response support
Hi, I have encountered a problem with streaming response via stream_with_context
: TypeError: cannot pickle 'generator' object.
Is there a way to cache response after the stream is closed?
environment:
- python: 3.8.10
- Flask==2.0.1
- Flask-Caching==1.10.1
#284
This have been merged in #286