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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am caching HttpResponseMessages using custom serialzer/deserialzer
this is used inside a
DelegationHandlerwhile 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 = trueandSkipMemoryCacheWrite = trueAre there better ways?
Beta Was this translation helpful? Give feedback.
All reactions