-
-
Notifications
You must be signed in to change notification settings - Fork 712
Closed
Description
I need to verify that app actually using cache when it is supposed to use cache instead of downloading the file.
I am not sure how exactly do that?
Options:
- some kind of debugInfo might be helpful that can be switched on or off?
- Callback (crazy idea):
image: new CachedNetworkImageProvider(imageUrl,
onImageProvided: (imageFile, fromCache) =>
{ /*
here developers can do something with file, or log, or alternate for how long it
should stay etc...
*/
} ),
but basically I want to see somewhere:
loaded from from URL 'www.site.com/file.png',
used file from cache 'www.site.com/file.png',
...
...
used file from cache 'www.site.com/file.png',
Metadata
Metadata
Assignees
Labels
No labels