- 
                Notifications
    You must be signed in to change notification settings 
- Fork 16
Open
Labels
Description
| Q | A | 
|---|---|
| Bug? | no | 
| New Feature? | yes | 
| Version | all | 
The cache PRS's all write a string to the cache. This means that response bodies have to be placed in memory and serialized to do so. This can become a problem when you're caching large responses.
The Http Response classes already work with streams. It would be nice if this plugin just pipes the stream to a cache. When fetching you can then open the stream and use that as response body.