7mada123 / disposable_cached_images

MIT License
9 stars 4 forks source link

How cached file or data are managed ? #12

Open amedeeGbavou opened 9 months ago

amedeeGbavou commented 9 months ago

It will be nice to have a parameter to set a delay to delete file from. For example when the file is not use for 24 hours, it would be remove from cache.

Also the package need ProviderScoop to build.

7mada123 commented 9 months ago

Yes I guess it would be good to delete unused images, I will add this maybe in the next update.

as for the ProviderScoop you don't need to use it directly but you have to use DisposableImages instead

amedeeGbavou commented 9 months ago

Ok. Thanks 🙏