Clear cache after publishing changes
-
Hello …
I’ve noticed that when I publish my project to my server, even if I hit browser reload, it still uses cached game data, requiring I clear my own cache before seeing the changes I published.
Is there any way to force the client to get the new data?
Many thanks!
-
Far from an expert on this, as I have no experience, but this sounds like something you’d need to control within your app, like by checking a version number or something similar and if the version number changes, you automatically request new data. The old version number being in the cache of course.
Scott