Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
oskogstad committed Dec 2, 2024
1 parent 8fc34bf commit 9110fa0
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,9 @@ private static IServiceCollection ConfigureFusionCache(this IServiceCollection s
// This will stop deserialization exceptions to be re-thrown, which will cause the factory to run as if
// the cache entry was not found. This avoids crashes which otherwise would happen if entities that
// are cached are changed in a way that makes them incompatible with the cached version.
ReThrowSerializationExceptions = false
ReThrowSerializationExceptions = false,

EnableAutoClone = true
})
.WithRegisteredSerializer()
// If Redis is disabled (eg. in local development or non-web runtimes), we must instruct FusionCache to
Expand Down

0 comments on commit 9110fa0

Please sign in to comment.