TestsTested | ✓ |
LangLanguage | |
License | MIT |
ReleasedLast Release | Mar 2022 |
Maintained by Nicholas Maccharoli.
In Memory LRU Cache Implementation for iOS and OS X.
pod install
NMLRUCache/
containing the files NMLRUCache.h/m and NMLRUImageCache.h/m into your project. NMLRUCache *imageCache = [NMLRUCache sharedCache];
[NMLRUCache sharedCache].threshHold = 20;
[imageCache setImage:image forKey:@"imageKey"];
[imageCache imageForKey:@"imageKey"];