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/61e55e36e4e602a4ef025bf08df6617b to your computer and use it in GitHub Desktop.
Save nicolaiarocci/61e55e36e4e602a4ef025bf08df6617b to your computer and use it in GitHub Desktop.
var expireAt = DateTimeOffset.Now.AddDays(30);
await cache.Insert("key", john, expireAt);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment