According to Apple... http://developer.apple.com/library/ios/#samplecode/URLCache/Listings/Classes_URLCacheConnection_m.html
...we should do :
if ([response isKindOfClass:[NSHTTPURLResponse self]])
Is it the same as doing if ([response isKindOfClass:[NSHTTPURLResponse class]]) ?