Skip to content

Commit

Permalink
Exposed SDWebImageManager cacheKeyForURL
Browse files Browse the repository at this point in the history
  • Loading branch information
bpoplauschi committed Jun 15, 2014
1 parent 5b1451e commit 5fd21e5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions SDWebImage/SDWebImageManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5fd21e5

Please sign in to comment.