I am caching images on user's browser to avoid repeated network requests. However, sometimes those images will be deleted from the server and fresh ones will take their place with the same name.
I want to serve those new images to the user but don't know how to tell browser to do so. It's not sending any request (Obviously, that's what were cached used for).
Google results say it can't be done. Is that so?