Skip to content

Instantly share code, notes, and snippets.

@contensis
Created May 20, 2014 14:22
Show Gist options
  • Save contensis/29346b670b031d388933 to your computer and use it in GitHub Desktop.
Save contensis/29346b670b031d388933 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