gpt4 book ai didi

swift - 无法在 Alamofire 中禁用缓存(Xcode 9 - swift 4)

转载 作者:行者123 更新时间:2023-11-28 15:18:27 25 4
gpt4 key购买 nike

我用了cannon回答here在调用 almofire 时禁用缓存,但我仍然在每次请求时获取旧数据,并且 tableView 未更新!这是我的代码:

let myurl = URL(string: "HERE_MY_URL")!
var myURLRequest = URLRequest(url: myurl)
myURLRequest.cachePolicy = .reloadIgnoringLocalCacheData

Alamofire.request(myURLRequest).response { response in

}

问题出在哪里?

最佳答案

我在 viewWillAppear func 中添加了这段代码,也许这不是完美的答案,但它有效

URLCache.shared.removeAllCachedResponses()

关于swift - 无法在 Alamofire 中禁用缓存(Xcode 9 - swift 4),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46437706/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com