bumptech / bumptech/glide

Go through with memory cache hits even when requests are paused

Open
#848 6 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.