Skip to content

Commit

Permalink
Updated README.md to fix SDWebImage#476
Browse files Browse the repository at this point in the history
  • Loading branch information
bpoplauschi authored and devedup committed Sep 10, 2014
1 parent 6a51871 commit 7b95ae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ asynchronous so it doesn't add unnecessary latency to the UI.
The SDImageCache class provides a singleton instance for convenience but you can create your own
instance if you want to create separated cache namespace.
To lookup the cache, you use the imageForKey: method. If the method returns nil, it means the cache
To lookup the cache, you use the `queryDiskCacheForKey:done:` method. If the method returns nil, it means the cache
doesn't currently own the image. You are thus responsible for generating and caching it. The cache
key is an application unique identifier for the image to cache. It is generally the absolute URL of
the image.
Expand Down

0 comments on commit 7b95ae8

Please sign in to comment.