moe*_*eth 26 objective-c nsurlconnection nsurlcache ios
有没有办法清除NSURLConnection缓存?
我用它来下载一些字符串但我仍然得到相同的字符串,即使我从我的服务器更改了它.
Ben*_*n-G 61
您可以使用以下方法清除缓存:
OBJ-C
[[NSURLCache sharedURLCache] removeAllCachedResponses];
Run Code Online (Sandbox Code Playgroud)
迅速
URLCache.shared.removeAllCachedResponses()
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
18447 次 |
| 最近记录: |