Skip to content

Commit

Permalink
chore(infra): Re-enable MemoryCache for authorized parties (#1532)
Browse files Browse the repository at this point in the history
<!--- Provide a general summary of your changes in the Title above -->

## Description

<!--- Describe your changes in detail -->

## Related Issue(s)

- #1226

## Verification

- [ ] **Your** code builds clean without any errors or warnings
- [ ] Manual testing done (required)
- [ ] Relevant automated test added (if you find this hard, leave it and
we'll help out)

## Documentation

- [ ] Documentation is updated (either in `docs`-directory, Altinnpedia
or a separate linked PR in
[altinn-studio-docs.](https://github.com/Altinn/altinn-studio-docs), if
applicable)
  • Loading branch information
oskogstad authored Nov 26, 2024
1 parent 5a0a7de commit 3275d0d
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,6 @@ internal static void AddInfrastructure_Internal(InfrastructureBuilderContext bui
})
.ConfigureFusionCache(nameof(AuthorizedPartiesResult), new()
{
// Testing https://github.com/digdir/dialogporten/issues/1226
SkipMemoryCache = true,
// We keep authorized parties in a separate cache key, as this originates from a different API
// and has lees cardinality than the dialog authorization cache (only one per user). We therefore
// allow a memory cache for this.
Expand Down

0 comments on commit 3275d0d

Please sign in to comment.