We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 63c876a + 7839096 commit 8ac97c7Copy full SHA for 8ac97c7
LearningHub.Nhs.WebUI/Services/UserGroupService.cs
@@ -47,7 +47,8 @@ public UserGroupService(
47
public async Task<List<RoleUserGroupViewModel>> GetRoleUserGroupDetailAsync()
48
{
49
var cacheKey = $"{this.contextAccessor.HttpContext.User.Identity.GetCurrentUserId()}:AllRolesWithPermissions";
50
- return await this.cacheService.GetOrFetchAsync(cacheKey, () => this.FetchRoleUserGroupDetailAsync());
+ ////return await this.cacheService.GetOrFetchAsync(cacheKey, () => this.FetchRoleUserGroupDetailAsync());
51
+ return await this.FetchRoleUserGroupDetailAsync();
52
}
53
54
/// <inheritdoc />
0 commit comments