Skip to content

Instantly share code, notes, and snippets.

@shawnweisfeld
Created March 8, 2016 02:46
Show Gist options
  • Save shawnweisfeld/c76fc2c93812e5badc4d to your computer and use it in GitHub Desktop.
Save shawnweisfeld/c76fc2c93812e5badc4d to your computer and use it in GitHub Desktop.
var vm = await HttpContext.Application.CacheAside("Home-IndexViewModel", 60,
async () =>
{
make temp
return tmp;
});
return View(vm);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment