sausin / laravel-ovh

Wrapper for OVH Object Storage integration with laravel
MIT License
37 stars 12 forks source link

Persistent caching support #60

Closed sausin closed 3 years ago

sausin commented 4 years ago

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 3 years ago

Unintended consequences are possible and a lot of adapters would need to be stored in memory. Holding off of this for now