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