NSURLCache Joke / iPhone

Tue, 07. Jul 2009

Categories: en development Tags: cache Cocoa iPhone NSURLCache Objective C

Did you ever wonder why Apple’s own Demo App URLCache doesn’t use the NSURLCache class, but rather reimplements disk caching instead? Well, it looks like NSURLCache promises disk-caching, but doesn’t keep this promise.