Created
April 4, 2014 09:20
-
-
Save contensis/9971059 to your computer and use it in GitHub Desktop.
Web API Caching
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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