SPA application, clear proxy cache after reload

The cache feature of a proxy object is very nice! But how can I force a reload of the server after a page refresh? Ideally I want to check a version on the server and reload if the version is changed

Never mind. window.localStorage.clear();