glide
glide copied to clipboard
How to retrieve Url from cache files which are in directory `image_manager_disk_cache` ?
Glide save images/icon in this local app directory image_manager_disk_cache e.g. file path
/data/user/0/com.app.package.abc/cache/image_manager_disk_cache/88cf36166efa4e8d963049b82000f615204ae89c7a37062e5b95a0ee76895449.0
how could retrieve the actual web URL from this key 88cf36166efa4e8d963049b82000f615204ae89c7a37062e5b95a0ee76895449.0
I also need this. please answer.