Is there any external library out there that does in-memory caching? I was just thinking of creating a NSDictionary with key-value stores for this if there isn’t any. I know there’s EGOCache but this does disk caching. Any ideas?
Is there any external library out there that does in-memory caching? I was just
Share
NSCache is basically like an NSDictionary with a few modifications to let you purge data based on priority etc.