path / FastImageCache

iOS library for quickly displaying images while scrolling
MIT License
8.11k stars 935 forks source link

Just curious to know how this library know its same image even though image URLs are different #127

Closed paresh-navadiya closed 8 years ago

paresh-navadiya commented 8 years ago

Case is I have one image url and it downloads image but when there different url but same image as first image url then it doesn't download image and provides it from cache.

Mazyod commented 8 years ago

This library doesn't really know anything about that, you're responsible for tagging assets through implementing the FICEntity protocol.