my app displays some images from the web. I need the app to have them downloaded so they can be displayed offline. I am already using Coil, how should I handle it?
1. Use Coil's backing OkHttp disk cache with no size limit and roll my own eviction policy
2. Use some other library (?) that handles this
3. Implement my own downloads (download images to a specific folder, handle all the records, eviction)
4. ???