Latest | 1.0.1 |
---|---|
Homepage | https://github.com/gangverk/GVCache |
License | MIT |
Authors |
A clone of EGOCache, but with the added method:
- (NSTimeInterval)ageForKey:(NSString *)key;
This method makes it possible to create a "rolling cache", exactly as we do with the LastFm library in Last.fm’s Scrobbler for iOS app.
GVCache was created with a new name so a CocoaPods podspec could be shared independently from EGOCache.
Deprecated
EGOCache has added a new dateForKey:
method since I’ve created GVCache. I would thus suggest that you’d use EGOCache.
About EGOCache 2.0
EGOCache is a simple, thread-safe key value cache store. It has native support for NSString, UI/NSImage, and NSData, but can store anything that implements
Latest podspec
{ "name": "GVCache", "version": "1.0.1", "license": "MIT", "summary": "Fast Caching for Objective-C (iPhone & Mac Compatible).", "homepage": "https://github.com/gangverk/GVCache", "authors": { "Kevin Renskers": "[email protected]" }, "source": { "git": "https://github.com/gangverk/GVCache.git", "tag": "1.0.1" }, "source_files": "*.{h,m}", "requires_arc": true }
Sun, 28 Feb 2016 11:28:03 +0000