Skip to content

Instantly share code, notes, and snippets.

@contensis
Created April 4, 2014 09:20
Show Gist options
  • Save contensis/9971059 to your computer and use it in GitHub Desktop.
Save contensis/9971059 to your computer and use it in GitHub Desktop.
Web API Caching
// Set the page cache duration for the template to be 5 minutes
CurrentContext.Page.Cache.PageCacheDuration(300)
// Set the page cache duration for the template to be 2 minutes
CurrentContext.Page.Cache.StandardListCacheDuration(120)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment