You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 3, 2021. It is now read-only.
Alexander Grebenyuk edited this page Mar 1, 2015
·
6 revisions
Question:
I implemented custom image fetcher (DFImageFetching) but DFImageManager doesn't reuse existing operations and/or can't lookup image in memory cache.
Answer:
Verify that the implementation of isRequestFetchEquivalent:toRequest method from DFImageFetching protocol is valid (required for reusing fetching operations)
Verify that the implementation of isRequestCacheEquivalent:toRequest method from DFImageFetching protocol is valid (required for memory cache lookup)
Verify that your resource implements -hash method.