ImageResource

public struct ImageResource: Resource

ImageResource is a simple combination of downloadURL and cacheKey.

When passed to image view set methods, Kingfisher will try to download the target image from the downloadURL, and then store it with the cacheKey as the key in cache.