enormego / EGOCache

Fast Caching for Objective-C (iPhone & Mac Compatible)
MIT License
1.33k stars 290 forks source link

Couple of things #19

Closed fox closed 10 years ago

fox commented 12 years ago

I've fixed ARC issue that prevented this from compiling. Made stringForKey: return nil when there is no cache for key, so that its consistent with dataForKey: and objectForKey: behaviours. Also added a method that I needed - which removes all caches for keys that begin with string. Hope you like it.