URLCache.shared.removeAllCachedResponses()
URLCache.shared.diskCapacity = 0
URLCache.shared.memoryCapacity = 0
if let cookies = HTTPCookieStorage.shared.cookies {
for cookie in cookies {
HTTPCookieStorage.shared.deleteCookie(cookie)
}
}
Related Posts
[iOS] download and save a file locally
26 5 月, 2017
[iOS] Create Email with Attachment
29 5 月, 2017
[iOS] parse json string in swift
13 2 月, 2018