BBImageCache icon indicating copy to clipboard operation
BBImageCache copied to clipboard

A File System and CoreData image cache implementation on iOS 5 (ARC), along with a performance comparison

BBImageCache

NOTE: This repo is merely the backing code for this article. If you're looking for a proper image cache, please check out this repository instead, which is actively maintained and contains other useful patterns.

An example of an image cache that extends duration of items when they are touched (fetched) with both a file system and a Core Data implementations.