Cocoa - Is there a way to check on whether not a cache exists for a NSURLConnection?

Posted by outtru.mp on Stack Overflow See other posts from Stack Overflow or by outtru.mp
Published on 2010-05-26T17:11:32Z Indexed on 2010/05/27 6:01 UTC
Read the original article Hit count: 196

I would like to be able to log monitor/log when a local machine cache is being used or when the data is being drawn from the remote source.

is there a NSURLConnection.cacheExists method? Or better still one that shows the expiration date or other cache details?

© Stack Overflow or respective owner

Related posts about cocoa

Related posts about cache