feat: 完成缓存监控模块
This commit is contained in:
@@ -87,6 +87,8 @@ namespace Yi.Abp.Web
|
||||
Configure<AbpDistributedCacheOptions>(cacheOptions =>
|
||||
{
|
||||
cacheOptions.GlobalCacheEntryOptions.SlidingExpiration =null;
|
||||
//缓存key前缀
|
||||
cacheOptions.KeyPrefix = "Yi:";
|
||||
});
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user