Quantcast
Channel: Controls – TAGTECINFO
Viewing all articles
Browse latest Browse all 336

[iOS App Dev Libraries, Controls, Tutorials, Examples and Tools]Open Source iOS Library For Persistent Caching With TTL, Disk Management Features And More

$
0
0

I’ve mentioned a number of caching libraries most recently the Swift based Kingfisher library for easy downloading and caching of images.

Here’s a library from Spotify that provides persistent caching of NSData with a number of nice features called SPTPersistentCache.

SPTPEersistentCache allows for a time to live (TTL) expiry time for cached data, locking files that may be expired, disk management to make sure the cache is not too large, protectors against data corruption, the ability to control garbage collection and more.

Here’s an image showing usage of the SPTPersistentCache viewer tool on OS X:
SPTPersistentCacheViewer

You can find SPTPersistentCache on Github here.

A nice library for creating persistent caches.

Original article: Open Source iOS Library For Persistent Caching With TTL, Disk Management Features And More

©2016 iOS App Dev Libraries, Controls, Tutorials, Examples and Tools. All Rights Reserved.

Reference source: iOS App Dev Libraries, Controls, Tutorials, Examples and Tools


Viewing all articles
Browse latest Browse all 336

Trending Articles