Skip to content

Instantly share code, notes, and snippets.

@asimmon
Created November 20, 2015 15:50
Show Gist options
  • Save asimmon/5715debeb59475daf192 to your computer and use it in GitHub Desktop.
Save asimmon/5715debeb59475daf192 to your computer and use it in GitHub Desktop.
Caching method results with AOP - CacheResultAttribute
public class CacheResultAttribute : Attribute
{
public int Duration { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment