vivo Internet Technology
Sep 25, 2019 · Mobile Development
Analysis of Glide Image Loading Cache Mechanisms on Android
The article dissects Glide’s five‑level caching system—active resources, memory cache, resource and data disk caches, and network cache—explaining how active weak references feed the LRU memory cache, how DiskCacheStrategy governs transformed and raw data storage, and how I/O and network tasks run on separate executors while network responses are cached before delivery.
AndroidCacheDisk Cache
0 likes · 21 min read