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

Image Caching Issue #51

Open
Rahulgupta-cdnsol opened this issue Jul 8, 2014 · 3 comments
Open

Image Caching Issue #51

Rahulgupta-cdnsol opened this issue Jul 8, 2014 · 3 comments

Comments

@Rahulgupta-cdnsol
Copy link

Hello Nick,

I'm getting issues in caching image , on each app launch from background then image again start downloading but it should come from cache because in last app session i have downloaded image successfully so please let me know how to restrict the app to download the image again when come back from background.
Looking forward to your valuable feedback.

@Rahulgupta-cdnsol Rahulgupta-cdnsol changed the title Image Caching Image Caching Issue Jul 8, 2014
@bastianh
Copy link

bastianh commented Jul 8, 2014

That is expected if you use NSCache (memory caching).. it is cleared when the app goes to background.
If you want your image persisted, save it to the cache folder...

@Rahulgupta-cdnsol
Copy link
Author

Can you suggest what needs to be done.

1 similar comment
@tikamchandrakar18
Copy link

Can you suggest what needs to be done.

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

3 participants