We no longer use the IMemoryCache from DI
This commit is contained in:
Родитель
24f85a9051
Коммит
ebec69292b
|
@ -25,7 +25,6 @@ namespace Microsoft.Extensions.DependencyInjection
|
|||
throw new ArgumentNullException(nameof(services));
|
||||
}
|
||||
|
||||
services.AddMemoryCache();
|
||||
services.TryAdd(ServiceDescriptor.Singleton<IResponseCachingPolicyProvider, ResponseCachingPolicyProvider>());
|
||||
services.TryAdd(ServiceDescriptor.Singleton<IResponseCachingKeyProvider, ResponseCachingKeyProvider>());
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче