Revert "refactor: 移除 ICacheManager 服务代码"

This reverts commit 544441a5fc.
This commit is contained in:
Argo-Lenovo 2022-07-22 09:30:51 +08:00
parent c4eeda3ae8
commit 760c83457a
1 changed files with 3 additions and 0 deletions

View File

@ -26,6 +26,9 @@ public static class ApplicationBuilderExtensions
builder.UseAuthentication();
builder.UseAuthorization();
// 激活 ICacheManager
builder.Services.GetRequiredService<BootstrapAdmin.Caching.ICacheManager>();
return builder;
}
}