maxkramer / RTFDiskCache

Read/Write Objects to/from disk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RTFDiskCache

Drop-in utility for reading and writing NSObjects to disk

Installation

pod 'RTFDiskCache'

Usage

Ensure that you're conforming to NSCoding in the NSObject subclass.

[[RTFDiskCache sharedCache].objects addObject:someObject];
[[RTFDiskCache sharedCache] save];

About

Read/Write Objects to/from disk

License:MIT License


Languages

Language:Objective-C 79.3%Language:Ruby 20.7%