Is there an existing library for Objective-C (which can be used on the iPhone) that contains a cache implementation that:
- allows you to limit the number of elements
- deletes elements using the LRU algorithm if the limit is reached
- optional: allows you to delete all items older than X
source
share