Replies: 1 comment
-
@axel7083 That's the correct way to remove an entry from the disk and memory caches. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am using an url for user avatar, which is something like
/v1/avatar/{user_id}
and the user can update its own avatar, and I would like the display image to update, what are my options?I was looking for a way to invalidate the key, but in the version I am using I don't see an
invalidate
function on my ImageLoader.Some info
Using compose multiplatform, with the following versions
My best tentative so far is doing the following
but this only works after the user leave the page and come back :/
Beta Was this translation helpful? Give feedback.
All reactions