Updated README.md to fix #476

This commit is contained in:
Bogdan Poplauschi 2014-06-11 11:44:45 +03:00
parent 257da39e4d
commit 12ee2d114b
1 changed files with 1 additions and 1 deletions

View File

@ -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.