You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
1 year ago | |
|---|---|---|
| .. | ||
| LINGYUN/Abp/AspNetCore/Mvc/Client | 1 year ago | |
| Properties | 2 years ago | |
| FodyWeavers.xml | 2 years ago | |
| FodyWeavers.xsd | 2 years ago | |
| LINGYUN.Abp.AspNetCore.Mvc.Client.csproj | 1 year ago | |
| README.md | 2 years ago | |
README.md
LINGYUN.Abp.AspNetCore.Mvc.Client
参照 Volo.Abp.AspNetCore.Mvc.Client 进行重写
实现可配置的用户配置缓存时间
实现订阅配置刷新事件清除用户配置缓存
实现基于用户缓存的权限、特性、配置、本地化、语言接口
引用 LINGYUN.Abp.MultiTenancy.RemoteService 可实现多租户接口
完全脱离具体数据库接口
注意
配置使用
{
"AbpMvcClient": {
"Cache": {
"UserCacheExpirationSeconds": 300,
"AnonymousCacheExpirationSeconds": 300
}
}
}
[DependsOn(typeof(AbpAspNetCoreMvcClientModule))]
public class YouProjectModule : AbpModule
{
// other
}