Skip to content

Instantly share code, notes, and snippets.

@vmussak
Created January 2, 2018 22:01
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 vmussak/ef71919fbf136fd6d5a4a77b9cf20c12 to your computer and use it in GitHub Desktop.
Save vmussak/ef71919fbf136fd6d5a4a77b9cf20c12 to your computer and use it in GitHub Desktop.
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