我尝试了以下方法:
[[NSURLCache sharedURLCache] removeAllCachedResponses];
[[NSURLCache sharedURLCache] setDiskCapacity:0];
[[NSURLCache sharedURLCache] setMemoryCapacity:0];
它清除了 cache.db 但它仍在内存中。它不会永久删除它。
我可以通过“字符串”阅读它
有谁知道如何在 iOS 中清除 cache.db(务实)