Clearing Cache

How to clear your browser cache to refresh Toolio

Updated over a week ago

After significant changes are made to your Toolio attribute or configuration settings, you may want to clear your cached data to properly reload the platform.

Chrome

If you are using Chrome, you can quickly clear cache through the Developer Console:

  1. Open Developer Console on Windows by pressing Ctrl+Shift+J or Cmd+Option+J on Mac OS

  2. Copy the following function into the console and hit enter: localStorage.clear()

  3. Chrome will return undefined

  4. Reload the page (Ctrl+R on Windows, Cmd+Shift+R on Mac)

Alternatively, please find linked how to clear cache manually through Chrome Settings.

Safari

If you are using Safari, you can clear cache by navigating to Safari>Preference>Advanced.

You will then need to make sure "Show Develop menu in menu bar" is checked and then to select Develop>Empty Caches.

Did this answer your question?