Skip to content

Instantly share code, notes, and snippets.

@ntakouris
Created August 29, 2019 22:04
Show Gist options
  • Save ntakouris/45a32b0978d319208a9d79b823704b00 to your computer and use it in GitHub Desktop.
Save ntakouris/45a32b0978d319208a9d79b823704b00 to your computer and use it in GitHub Desktop.
if (executedContext.Result is OkObjectResult okObjectResult)
{
await cacheService.CacheResponseAsync(cacheKey, okObjectResult.Value, TimeSpan.FromSeconds(_timeToLiveSeconds));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment