Reading List
NSCache and LRUCache from Michael Tsai RSS feed.
NSCache and LRUCache
Christian Tietze: Is NSCache still a thing we like to use? I’ve discussed this several times, but I don’t think I ever blogged about it. The problem I have with NSCache is that its eviction strategy is not defined, and it’s definitely not LRU. When I tried to use NSCache, it would destroy the performance […]