Go through with memory cache hits even when requests are paused
Open
enhancement
- Dominant language
- Java
- Stars
- 35k
- Forks
- 6.2k
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 8
Description
https://github.com/bumptech/glide/issues/582
Find and load cached Image in Glide #509
https://github.com/bumptech/glide/issues/90
I search for the issues.but I don't think I agree with the result.So I submit a new issue.~_~
if the image already in the memory cache, it cannot load when listview scrolling.
I use "pauseRequests", It will pause all requests. so, I just saw "placeholder" picture when listview scrolling. But I just want it pause the request in "EngineRunnable", don't want it pause the request from the memory cache.
Contributor guide
Assessment
This issue has not been assessed yet.