Cachesmack!
So at Johns Hopkins, we have to review changes on our production servers pretty often, and aren’t sure if a change didn’t make it or if it’s being obscured by the long production cache.
A quick way to fix this is to just append a query string at the end of the URL, like this:
http://myamazing.url.com/mypage?wiourasefj
Doesn’t matter what the variable is, but if it’s there, the server might redownload the page’s assets. Well, see, being a programmer, I’m lazy. Typing those query string variables over and over was tedious. So I made CACHESMACK to do it for me.
Use it if you’re lazy like me.