Skip to content

Instantly share code, notes, and snippets.

@nicolaiarocci
Created May 27, 2016 14:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nicolaiarocci/a45090fde90ce0fb210a1c000c9bd9ae to your computer and use it in GitHub Desktop.
Save nicolaiarocci/a45090fde90ce0fb210a1c000c9bd9ae to your computer and use it in GitHub Desktop.
var john = new Person() {Name = "john", Age = 19};
await cache.Insert("key", john);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment