hufeng825 / CacheStore

Cache for Object-C/Cocoa/iOS Apps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CacheStore is a managed two level caching system. 

You can choose from different caching strategies and define limits on the first and second level cache.

first level: in memory cache (internally using a NSCache)

second level: disk store (using files in temp folder)

About

Cache for Object-C/Cocoa/iOS Apps