gpt4 book ai didi

ios - 清除 NSURLConnection 缓存

转载 作者:IT王子 更新时间:2023-10-29 07:53:31 24 4
gpt4 key购买 nike

有没有办法清除 NSURLConnection 缓存?

我用它来下载一些字符串,但即使我从我的服务器更改了它,我仍然得到相同的字符串。

最佳答案

您可以使用以下方式显式清除缓存:

objective-c

[[NSURLCache sharedURLCache] removeAllCachedResponses];

迅速

 URLCache.shared.removeAllCachedResponses()

关于ios - 清除 NSURLConnection 缓存,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7908815/

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