You will add "?nocache" or "&nocache" to the end of the URL.
Let's use an example. Let's imagine that you add some new brands to your account. You then visit your brands page and you don't see them listed.
e.g.:
You can add ?nocache to end of the URL resulting in this:
This will tell our server to give you a fresh version of the page vs. a previously stored one.
You may ask: when do I add &nocache to the end of a URL?
You add &nocache to the url when there is already a ? in the URL.
e.g.:
Notice that there is already a ? in the URL. You would then add &nocache to the URL resulting in:
Note: if you add ?nocache to a URL that already has a ? in it, you will not get a fresh copy of the page.