Skip to content
This repository was archived by the owner on May 3, 2021. It is now read-only.

Troubleshooting

Alexander Grebenyuk edited this page Mar 1, 2015 · 6 revisions

I implemented custom image fetcher (DFImageFetching) but DFImageManager doesn't reuse existing operations/can't lookup image in memory cache.

  1. Verify that `isRequestFetchEquivalent:toRequest' method is implemented correctly (required for reusing fetching operations)
  2. Verify that `isRequestCacheEquivalent:toRequest' method implementation is valid (required for memory cache lookup)
  3. Verify that your resource implements -hash method.

Clone this wiki locally