My understanding is that FileImageSource's do not cache like UriImageSource does. Does anyone have a good strategy for caching the files? Create a custom ImageSource class? A quick glance at the XF repo it looks like loading is actually done through the FileImageSourceHandler classes. Not sure where they plug in at.
↧