Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

c# .net core memory cache

public void ConfigureServices(IServiceCollection services)
{
    services.AddMvc();
    services.AddMemoryCache();
}
Source by www.blexin.com #
 
PREVIOUS NEXT
Tagged: #core #memory #cache
ADD COMMENT
Topic
Name
7+1 =