HJCache is an open-source caching library for asynchronous loading of images (or other resources) for iOS.
HJCache is an open-source caching library for asynchronous loading of images (or other resources) for iOS.
The claimed goals of the library are:
- Make it easy to use asynchronously loaded images in iOS apps.
- Make it easy to use a shared file cache.
- Make memory management ‘just work’ according to Cocoa norms.
- Support typical cases of viewing images, e.g. scrolling through a list of tweets showing the tweeters profile pic, swiping through a photo album loaded over the internet...
- Allow the library to be used for other kinds of data too.
More information is available at the library author's website as well as on the project's GitHub page.