I have a React PWA with Service Worker, the problem is that I updated the project and the new project sort of cleaned the old project. The problem is that the Page is still showing the old version of the project. I know that the solution is to clear site data, or in other words. hard reload and empty caché. Is there a way to clean caché with Javascript?