Add meta tags to help prevent cacheing the page

I am having issues with my scoring pages being cached. Can some additional meta tags be added to the HTML header to help(?) stop the scores pages from being cached and force the browser to load the current page?

I think the meta statements look something like this (assuming you also add the tag brackets around the text):

meta http-equiv=“cache-control” content=“no-cache”
meta http-equiv=“cache-control” content=“no-store”

Never mind.
I just realized I can add it myself to the template.