Updated README.md to fix #476
This commit is contained in:
parent
257da39e4d
commit
12ee2d114b
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue