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默認(rèn)緩存的使用WKWebView加載網(wǎng)頁(yè)時(shí)為了追求更好的用戶體驗(yàn),會(huì)設(shè)計(jì)一個(gè)緩存機(jī)制來(lái)應(yīng)對(duì)加載緩慢的問(wèn)題。緩存的方案一般有2種:1.利用瀏覽器自帶的緩存機(jī)制叙谨。優(yōu)點(diǎn)(緩存機(jī)制由系統(tǒng)提供方便快...