Fixed #1415 documentation was not updated when `removeImageForKey:` became async
This commit is contained in:
parent
cc510a6a4e
commit
e6e5c5156b
|
@ -164,7 +164,7 @@ typedef void(^SDWebImageCalculateSizeBlock)(NSUInteger fileCount, NSUInteger tot
|
|||
- (UIImage *)imageFromDiskCacheForKey:(NSString *)key;
|
||||
|
||||
/**
|
||||
* Remove the image from memory and disk cache synchronously
|
||||
* Remove the image from memory and disk cache asynchronously
|
||||
*
|
||||
* @param key The unique image cache key
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue