Same URL with different images
z85510 opened this issue · 1 comments
z85510 commented
I have one URL for Image and image changes sometimes, How can I use cache based on update-time ?
I have Update-time when image was changed and I try to load ***.jpg#2018-9-8 and when it changes I try to load ***.jpg#2018-9-9, but Library use cache and display first image.
What's the solution ?
li9ht commented
i did something like this. ***.jpg?time=123123232323
im using timetime.. picture is updated every 5 minute.. and its working.. mine is in the a listview..