iOS Library Providing Easy Resource Downloading And Automatic Memory/Disk Caching

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.

FacebookTwitterDiggStumbleUponGoogle Plus

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.

Leave a Reply

Your email address will not be published. Required fields are marked *