The links below
iOS - Download file only if modified (NSURL & NSData)
http://nshipster.com/nsurlcache/
mentions that NSURLRequestReloadRevalidatingCacheData is not yet implemented in iOS 7.
Is this implemented in iOS 12? If it is, can you tell me how to use it?
If not, what are the alternatives / best practices for validating cache against server before using?
Thanks!