Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 312 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 312 Bytes

CleanCache

iOS 清除缓存,包括SDWebImage 缓存的图片 需导入 #import "UIImageView+WebCache.h"

使用: 在使用时直接调用类方法即可

举个栗子: 显示缓存大小:CGFloat cacheSize = [FileService folderSizeAtPath:cachePath]; 清除缓存:[FileService clearCache:cachePath];