iOS開發 SDWebImage 獲取緩存與清除緩存

獲取緩存:緩存     //獲取緩存圖片的大小(字節)async     NSUInteger bytesCache = [[SDImageCache sharedImageCache] getSize];spa     //換算成 MB (注意iOS中的字節之間的換算是1000不是1024)圖片     float MBCache = bytesCache/1000.00/1000.00;get
相關文章
相關標籤/搜索