React to changes in caching
This commit is contained in:
parent
5a7267a83d
commit
0489812aab
|
|
@ -24,7 +24,8 @@ namespace BasicWebSite
|
|||
services.AddSingleton<IActionDescriptorProvider, ActionDescriptorCreationCounter>();
|
||||
services.AddSingleton<IHttpContextAccessor, HttpContextAccessor>();
|
||||
services.AddScoped<RequestIdService>();
|
||||
services.AddCaching();
|
||||
services.AddMemoryCache();
|
||||
services.AddDistributedMemoryCache();
|
||||
services.AddSession();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue