What is Cache?
Cache is a temporary memory that saves web page elements (images, CSS files, JavaScript) to speed up loading on subsequent visits. However, sometimes it can cause issues like outdated pages or display errors. Clearing the cache resolves these issues.How to Clear Cache on All Sites
1. Google Chrome
- Open Chrome and click the three dots in the top right.
- Go to Settings > Privacy and security > Delete browsing data.
- Select Cached images and files (deselect other items if you don’t want to delete them).
- Click Delete data.
2. Mozilla Firefox
- Open Firefox and click the three lines in the top right.
- Go to Settings > Privacy & Security > Cookies and Site Data.
- Click Clear Data and select only Cached Web Content.
- Confirm by clicking Clear.
3. Microsoft Edge
- Open Edge and click the three dots in the top right.
- Go to Settings > Privacy, search, and services.
- Under Clear browsing data, click Choose what to clear.
- Select Cached images and files and click Clear now.

4. Safari (Mac)
- Open Safari and go to the Safari menu > Preferences.
- Click the Advanced tab and enable Show Develop menu in menu bar.
- Go to Develop in the menu bar and select Empty Caches.
How to Clear Cache for a Specific Site
Google Chrome
- Open the site you want to clear the cache for.
- Right-click on the page and select Inspect (or press
Ctrl+Shift+Ion Windows,Cmd+Option+Ion Mac). - With Developer Tools open, right-click the refresh button (top left of the browser).
- Select Empty Cache and Hard Reload.
Mozilla Firefox
- Open the site and press
Ctrl+Shift+I(orCmd+Option+Ion Mac) to open Developer Tools. - Go to the Storage tab.
- In the left sidebar, select Cache and right-click on the site.
- Select Delete All.
Microsoft Edge
- Open the site and press
F12to open Developer Tools. - Go to the Network tab.
- Click Clear browser cache (trash icon at the top).
Safari (Mac)
- Enable Developer Tools as described above.
- Open the site and go to Develop > Empty Caches.
- Reload the page.
Guide created by HighMark - All information and contacts on my official website: Highmark.it

