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
Please tell me how to make the memory cache work. After closing the application and opening it again, pictures are not loaded when the Internet is off.
I have tried all settings, both standard KamelImage and using my own KamelConfig. No matter how hard I tried, the maximum I achieved was that the cache works in short memory, but not in persistent memory.
Ktor version 2.3.9, engines okhttp, darwin
Version kamel 0.9.4
Could you give me a working example of how to make persistent cache work, because those examples I found do not work if you close the application, turn off the internet and open the application again (on any platform, be it ios android).
The text was updated successfully, but these errors were encountered:
I looked into this more. The diskcache is working while online, but ktor throws an error preventing it from loading data from the DataCache when offline on native & jvm targets. Android is working
Please tell me how to make the memory cache work. After closing the application and opening it again, pictures are not loaded when the Internet is off.
I have tried all settings, both standard KamelImage and using my own KamelConfig. No matter how hard I tried, the maximum I achieved was that the cache works in short memory, but not in persistent memory.
Ktor version 2.3.9, engines okhttp, darwin
Version kamel 0.9.4
Could you give me a working example of how to make persistent cache work, because those examples I found do not work if you close the application, turn off the internet and open the application again (on any platform, be it ios android).
The text was updated successfully, but these errors were encountered: