Post

Replies

Boosts

Views

Activity

Comment on NSURLRequest.CachePolicy
"NSURLCache was designed as a general purpose cache and doesn’t have the infrastructure needed to reliably support an offline mode" What do you mean by that sentence @eskimo? Let's say that we have two competing cache implementations: 1. Custom made that stores content inside of the caches directory 2. URLCache. I'm interested in the lifetime of cached data stored with these two implementations. What's the difference? My intuition is that iOS should probably treat both of these things equally (ultimately it all probably ends up in the caches directory). Is it not the case?
Feb ’22