Apple's NSURLCache
class has decent documentation, but it doesn't say what caching algorithm it uses. Is it LRU, LFU, or something else entirely?
I'm developing for the iPad, and am hoping to make use of NSURLCache
's disk-caching abilities to cache photos, by using [NSURLCache setDiskCapacity]
(the default seems to be 0). What's the upper limit on this value?