Skip to content

Instantly share code, notes, and snippets.

@vmussak
Created January 2, 2018 22:01
Embed
What would you like to do?
Adicionar o serviço de cache In-Memory
public void ConfigureServices(IServiceCollection services)
{
services.AddMemoryCache();
services.AddMvc();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment