TestsTested | ✓ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Nov 2016 |
Maintained by hirohisa.
Diskcached is simple disk cache for iOS.
dealloc
There are two ways to use this in your project:
Copy the Diskcached class files into your project
Install with CocoaPods to write Podfile
platform :ios
pod 'Diskcached', '~> 0.0.1'
Diskcached *cached = [[Diskcached alloc] init];
[cached setObject:object forKey:@"key"];
id result = [cached objectForKey:@"key"];
Diskcached is available under the MIT license.