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