Fixed #1415 documentation was not updated when `removeImageForKey:` became async

This commit is contained in:
Bogdan Poplauschi 2016-05-29 22:32:15 +03:00
parent fb0cdb6dc4
commit 795832aadc
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ typedef void(^SDWebImageCalculateSizeBlock)(NSUInteger fileCount, NSUInteger tot
- (UIImage *)imageFromDiskCacheForKey:(NSString *)key; - (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 * @param key The unique image cache key
*/ */