Exposed SDWebImageManager cacheKeyForURL

This commit is contained in:
Bogdan Poplauschi 2014-06-15 18:08:32 +03:00
parent 5b1451e11c
commit 5fd21e5ce1
1 changed files with 5 additions and 0 deletions

View File

@ -218,4 +218,9 @@ SDWebImageManager *manager = [SDWebImageManager sharedManager];
*/
- (BOOL)diskImageExistsForURL:(NSURL *)url;
/**
*Return the cache key for a given URL
*/
- (NSString *)cacheKeyForURL:(NSURL *)url;
@end