Temporarily disable page cache with GET var

Permalink
Is there a way to have a page completely bypass the Concrete5 page caching by appending a GET var to the request? I assume this feature is not built-in. But if not, how would one temporarily defeat the cache?

https://www.mysite.com/path-to-my-page/?cache=0...

I don't want the page to draw from cache, and I don't want it to rebuild the cache. I just want it to skip the cache as if caching were turned off for this one request.

Any ideas?