Persistent caching support
Closed this issue · 1 comments
sausin commented
At the time, as discussed in #51, there was no plan to look into other caching options. However, there is significant benefit in a persistent cached adapter (for example in Redis).
Example implementation for S3 can be used as a reference to get a dynamic setup going.
sausin commented
Unintended consequences are possible and a lot of adapters would need to be stored in memory. Holding off of this for now