Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there anyway to prevent Haneke from dumping its memory cache when the app goes into the background? #87

Open
fraggle222 opened this issue Sep 3, 2015 · 0 comments

Comments

@fraggle222
Copy link

Many caches use NSCache which will dump UIImages from its cache every time the app enters the background.

So if you have a tableView that needs to get reloaded after the app comes back into the foreground (for some reason), all the images have to get pulled from diskCache (if available) or reloaded from the network.

I've seen this behavior in AFNetworking as well, which also uses NSCache. Is there any fix for this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant