示例#1
0
 /// <summary>
 /// 获取全部一维的模块View列表,在缓存中
 /// </summary>
 /// <returns></returns>
 public List <LevelModuleViewModel> GetLevelModuleListIsArrayAllInCache()
 {
     return(SystemCacheManager.GetCache("ModuleBll_GetLevelModuleListIsArrayAllInCache", 60, GetLevelMudleListIsArrayAll));
 }
示例#2
0
 public List <RoleDb> GetRoleListAllInCache()
 {
     return(SystemCacheManager.GetCache("RoleBll_GetRoleListAll", 60, GetRoleListAll));
 }