Baseflow / flutter_cached_network_image

Download, cache and show images in a flutter app
https://baseflow.com
2.45k stars 657 forks source link

newbie Q: is CachedNetworkImage's internal cache global? singleton, keyed by `imageUrl`? i.e. it is accessible across the entire app? #957

Open mw66 opened 4 months ago

mw66 commented 4 months ago

Is CachedNetworkImage's internal cache global? singleton, keyed by imageUrl? i.e. it is accessible across the entire app, no matter in which class / function, if an image (with imageUrl) is cached, it will not be downloaded from the web again?

Thanks.