FWImageCache
@protocol FWImageCache <NSObject>
图片缓存协议
-
Undocumented
Declaration
Objective-C
- (void)addImage:(UIImage *)image withIdentifier:(NSString *)identifier;
-
Undocumented
Declaration
Objective-C
- (BOOL)removeImageWithIdentifier:(NSString *)identifier;
-
Undocumented
Declaration
Objective-C
- (BOOL)removeAllImages;
-
Undocumented
Declaration
Objective-C
- (nullable UIImage *)imageWithIdentifier:(NSString *)identifier;