Good afternoon, I'm creating a website that should work offline. my idea is that when the user has internet connection the pages of the site should be downloaded to the browser cache, and when the user is offline the pages should be retrieved from the cache, until this part I was able to do using CACHE MANIFEST but even Being online when I change my files continues to always fetch from the cache, forcing the user to clear the cache to get the new changes. Does anyone have any idea how I can do to "clear the cache" only if there is any change between files?