FWCacheFile
@interface FWCacheFile : FWCacheEngine
文件缓存
-
单例模式
Declaration
Objective-C
@property (class, nonatomic, readonly) FWCacheFile *_Nonnull sharedInstance;
-
指定路径
Declaration
Objective-C
- (nonnull instancetype)initWithPath:(nullable NSString *)path;