JS and Caching

Caching is messy and complicated. Today I learned more about client side caching and how to get it cleared. How to force hard refresh and page cache with JavaScript button on a webpage? To force a hard refresh and clear the page cache using JavaScript when a button is clicked, you can follow these steps. […]