Skip to content

Instantly share code, notes, and snippets.

@rodolfofadino
Created May 24, 2012 02:16
Show Gist options
  • Save rodolfofadino/2779055 to your computer and use it in GitHub Desktop.
Save rodolfofadino/2779055 to your computer and use it in GitHub Desktop.
Cache Set expires
context.Response.Cache.SetExpires(DateTime.Now.AddDays(14));
context.Response.Cache.SetLastModified(dataAlteracao);
context.Response.Cache.SetMaxAge(new TimeSpan(336, 0, 0));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment