Home

Awesome

Diskcached Build Status

Diskcached is simple disk cache for iOS.

Installation

There are two ways to use this in your project:

platform :ios
pod 'Diskcached', '~> 0.0.1'

Example



Diskcached *cached = [[Diskcached alloc] init];
[cached setObject:object forKey:@"key"];

id result = [cached objectForKey:@"key"];

Unsupport

Hash Function

License

Diskcached is available under the MIT license.