dmytro-anokhin/url-image

Get a cached image url by remote URL

donly opened this issue · 1 comments

donly commented

I know all the images cached under URLImageService.shared.diskCacheURL, is it possible to get a cached image file url by its remote URL?

URLImageService.shared.diskCacheURL is more of an introspection property, useful for debugging. In current version of the package you can get CGImage object, but not the file. Next version, hopefully released sometime soon, will allow accessing cached images.