Kamel-Media / Kamel

Kotlin asynchronous media loading and caching library for Compose.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to skip memory cache in kamel

adelsaramii opened this issue · comments

i want to load my image every time cuz the image file on server would change and url stand the same
so i need to load image every time and disable cache
also this case is already handled in other image loaders. i suggest you to add this cache case too (when image file changes in server and url is the same image loader will know and reload the new image)