Summary
Use cache data if the origin source can validate it; otherwise, load from the origin.
Declaration
NSURLRequestReloadRevalidatingCacheData = 5
Discussion
Important
Versions earlier than macOS 15, iOS 13, watchOS 6, and tvOS 13 don’t implement this constant.
WKWebView默认缓存的使用WKWebView加载网页时为了追求更好的用户体验,会设计一个缓存机制来应对加载缓慢的问题。缓存的方案一般有2种:1.利用浏览器自带的缓存机制。优点(缓存机制由系统提供方便快...