Justin Xu
05/10/2024, 2:17 AMKamelConfig {
takeFrom(KamelConfig.Default)
httpFetcher {
httpCache(DefaultHttpCacheSize * 3)
}
}
The images download fine within the same app launch. However, the images need to load again after restarting my app. Am I doing something wrong?