當前位置:股票大全官網 - 財經資訊 - removeAllCachedResponses不能完全清除緩存嗎?

removeAllCachedResponses不能完全清除緩存嗎?

我使用以下語句來清除緩存:

[[NSURLCache sharedURLCache]removeAllCachedResponses];

然後檢查緩存是否被清空:

NSInteger size integer =[[NSURLCache sharedURLCache]currentDiskUsage];

float size inmb = size integer/(1024.0 f * 1024.0 f);