Open mw66 opened 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?
imageUrl
Thanks.
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.