Skip to content

Instantly share code, notes, and snippets.

@nicolaiarocci
Created May 27, 2016 14:14
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/30a890e120b10f0d4258d0e5f34e40f8 to your computer and use it in GitHub Desktop.
Save nicolaiarocci/30a890e120b10f0d4258d0e5f34e40f8 to your computer and use it in GitHub Desktop.
var person = await cache.Get<Person>("key");
Assert.That(person.Name, Is.EqualTo(john.Name));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment