-
Notifications
You must be signed in to change notification settings - Fork 290
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
Memory cache versus disk cache #15
Comments
Same issue here. @manoelfranklin Did you find a solution? I would appreciate for any hints. Thanks. |
No, @georgepiva I gave up on this and I'm using another solution for download and cache images, SD Image or something like this, cant remember the exact name of it! Vc é brasileiro??? Abs |
Hi, https://github.com/nicklockwood/AsyncImageView is another good solution with caching capabilities. Julien. Le 28 août 2012 à 02:44, Manoel Costa notifications@github.com a écrit :
|
Thanks @manoelfranklin and @julienlavergne by your answers! Actually I am using the SDWebImage classes for downloading and caching images. As the scope of my current application requires being frequently downloading other users profiles from a remote server I thought about using the EGOCache to cache those downloaded information avoiding unnecessary round-trips to the server. But I ended up using the RestKit cache policies to handle this situation. The next link helped me with its short explanation about "Caching in iOS": And yes Manoel, I am Brazilian. Just another startup enthusiastic & iOS developer. I hope this post can help others. Thanks by your attention. |
Is it possible to cache it in memmory also? I know that EGOCache will cache in disk, but Im using a uitableview and I would like to cache also in memory, to make scrolling the uitableview smooth. Any ideas? Suggestions?
The text was updated successfully, but these errors were encountered: