https://bumptech.github.io/glide/doc/caching.html#caching-in-glide Glide v4 : Caching Caching in Glide By default, Glide checks multiple layers of caches before starting a new request for an image: Active resources - Is this image displayed in another View right now? Memory cache - Was this image recently loaded and still in memory? Resourc bumptech.github.io 위의 내용에 따라 정리를 해봤습니다. Glide는 요즘 안드로이드..