Replies: 1 comment 4 replies
-
Hi @esskar try to take a look at Auto-Clone. Hope this helps, let me know. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am caching HttpResponseMessages using custom serialzer/deserialzer
this is used inside a
DelegationHandler
while this works distributed cache calls, the memory cache does not use the serialzer, but keeps trying to reuse the HttpResponseMessage from memory; this forces me to
SkipMemoryCacheRead = true
andSkipMemoryCacheWrite = true
Are there better ways?
Beta Was this translation helpful? Give feedback.
All reactions