Skip to content

Instantly share code, notes, and snippets.

@alexcurtis
Created February 25, 2013 10:48
Show Gist options
  • Save alexcurtis/5029076 to your computer and use it in GitHub Desktop.
Save alexcurtis/5029076 to your computer and use it in GitHub Desktop.
MVC Cache Busting Configuration
<appSettings>
<!-- Resource Cache Buster (Query String Postfix) -->
<add key="CacheComponentVersion" value="1" />
</appSettings>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment