Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在我的应用程序中经常使用 PFImageViews,因为我需要它的缓存能力......问题是,我的应用程序现在需要 108.9MB 的存储空间!有没有办法释放这个存储空间?
因此,为了删除所有缓存的图像,我们只需调用:
PFFile.clearAllCachedDataInBackground()
要手动清除 Parse 查询缓存,您可以调用(在 Swift 中):
query.clearCachedResult()