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] Get the domain part of an URL string?
13 4 月, 2018