|
@@ -185,13 +185,6 @@ typedef void(^SDWebImageCalculateSizeBlock)(NSUInteger fileCount, NSUInteger tot |
|
@@ -185,13 +185,6 @@ typedef void(^SDWebImageCalculateSizeBlock)(NSUInteger fileCount, NSUInteger tot |
185
|
* Remove the image from memory and disk cache asynchronously
|
185
|
* Remove the image from memory and disk cache asynchronously
|
186
|
*
|
186
|
*
|
187
|
* @param key The unique image cache key
|
187
|
* @param key The unique image cache key
|
188
|
- */
|
|
|
189
|
-- (void)removeImageForKey:(nullable NSString *)key;
|
|
|
190
|
-
|
|
|
191
|
-/**
|
|
|
192
|
- * Remove the image from memory and disk cache asynchronously
|
|
|
193
|
- *
|
|
|
194
|
- * @param key The unique image cache key
|
|
|
195
|
* @param completion A block that should be executed after the image has been removed (optional)
|
188
|
* @param completion A block that should be executed after the image has been removed (optional)
|
196
|
*/
|
189
|
*/
|
197
|
- (void)removeImageForKey:(nullable NSString *)key withCompletion:(nullable SDWebImageNoParamsBlock)completion;
|
190
|
- (void)removeImageForKey:(nullable NSString *)key withCompletion:(nullable SDWebImageNoParamsBlock)completion;
|
|
@@ -201,14 +194,6 @@ typedef void(^SDWebImageCalculateSizeBlock)(NSUInteger fileCount, NSUInteger tot |
|
@@ -201,14 +194,6 @@ typedef void(^SDWebImageCalculateSizeBlock)(NSUInteger fileCount, NSUInteger tot |
201
|
*
|
194
|
*
|
202
|
* @param key The unique image cache key
|
195
|
* @param key The unique image cache key
|
203
|
* @param fromDisk Also remove cache entry from disk if YES
|
196
|
* @param fromDisk Also remove cache entry from disk if YES
|
204
|
- */
|
|
|
205
|
-- (void)removeImageForKey:(nullable NSString *)key fromDisk:(BOOL)fromDisk;
|
|
|
206
|
-
|
|
|
207
|
-/**
|
|
|
208
|
- * Remove the image from memory and optionally disk cache asynchronously
|
|
|
209
|
- *
|
|
|
210
|
- * @param key The unique image cache key
|
|
|
211
|
- * @param fromDisk Also remove cache entry from disk if YES
|
|
|
212
|
* @param completion A block that should be executed after the image has been removed (optional)
|
197
|
* @param completion A block that should be executed after the image has been removed (optional)
|
213
|
*/
|
198
|
*/
|
214
|
- (void)removeImageForKey:(nullable NSString *)key fromDisk:(BOOL)fromDisk withCompletion:(nullable SDWebImageNoParamsBlock)completion;
|
199
|
- (void)removeImageForKey:(nullable NSString *)key fromDisk:(BOOL)fromDisk withCompletion:(nullable SDWebImageNoParamsBlock)completion;
|