Home > CacheUtility

CacheUtility

CacheUtility is a project mainly written in ..., it's free.

Simple cache implementation for iPhone and iPad using NSUserDefaults

ABOUT

Simple cache implementation for iPhone and iPad using NSUserDefaults

HOW TO USE

Copy files from CacheUtilitySource into your project and import

#import "CacheUtil.h" 

Cache item

[CacheUtil cacheItems:YOUR_STRING for:YOUR_REFERENCE_KEY];

Retrievi cached item

[CacheUtil cachedItemsFor:YOUR_REFERENCE_KEY];

Remove item from cache

[CacheUtil removeCacheItem:YOUR_KEY_REFERENCE];

Tips

You can use CacheUtility to cache JSon or Xml url item

FUTURE

Implement image cache

YOU

Fork and enjoy