You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: