Coil cache living alongside Glide cache #1193
Replies: 2 comments
-
I was thinking about this for a few days and unfortunately I don't think there's a perfect solution for this. For disk caching you could potentially use Coil's Memory caching is a bit tougher since Coil's and Glide's memory caches are fairly different. Glide removes images from the cache when it returns them whereas Coil's allows sharing resources and doesn't remove them automatically. You could try fitting Coil's Hope that helps! |
Beta Was this translation helpful? Give feedback.
-
Thank you, this is super helpful! Will give some of these a shot! 🙏🏼 |
Beta Was this translation helpful? Give feedback.
-
Hi everyone,
We currently use Glide exclusively in our project but are looking to use Coil for features that use Jetpack Compose!
One concern we had was around the Glide image cache potentially living alongside the Coil image cache:
Any advice/thoughts are much appreciated! 🙏🏼
Beta Was this translation helpful? Give feedback.
All reactions