I’ve mentioned a number of libraries providing caching capabilities, most recently TMCache that provides a high performance key/value store with automatic caching.
Here’s a library from Alterplay called APSmartStorage that makes it easy to gather network resources and automatically cache that data on disk or in memory with a number of nice features.
The features as stated in the readme include:
– Load cached object from memory by URL
– Load cached object from file by URL
– Load object from network by URL
– Store loaded object to file
– Store loaded object to memory
– Parse loaded data from network (for instance, NSData to UIImage)
– Automatically purge memory cache on memory warning
– Set max object count to keep in memory to prevent memory overflow
– Set custom NSURLSessionConfiguratio
You can find APSmartStorage on Github here.
A nice easy way to cache network resources.
- Awesome Easy To Use Key/Value Store With Automatic Disk And Memory Caching
- Open Source Library For Faster Performance When Scrolling Through Images
- Top iOS Development Resources For Week Ended April 28th, 2013
- Open Source iOS UIImageView Category Adding Easy Asynchronous Image Downloading
- Easy To Use Open Source iOS Concurrent Downloading Library That Uses NSURLConnection
Original article: iOS Library Providing Easy Resource Downloading And Automatic Memory/Disk Caching
©2014 iOS App Dev Libraries, Controls, Tutorials, Examples and Tools. All Rights Reserved.




