Pavel Andreev
Pavel Andreev
is a requested feature in the roadmap?
Kindly follow up
Just to highlight the main-line questions: - How to configure when App1 [1..3] used several named instances of cache, while App2 [1..2] uses the only one of them (no need...
Hi @jodydonetti Thank you very much for the information, I believe that at least a part of this post should be placed into documentation. Since March I changed a little...
I'm not sure why another operation was started before 1st ended as each operation is **await**ed
@akoken I thought so, but I made EF DbContext as Transient to avoid this. It didn't help @jodydonetti Yes, some cache "partitions" have such settings. Do you think that requesting...
The latest one. I switched this morning to IDbContextFactory and now creating DbContext inside GetOrSetAsync block - so far so good. Will monitor more
@jodydonetti It has been 4 days already passed, and still no such errors. So, I suppose IDbContextFactory should be recommended in documentation. Since .NET 7/8 it could be easily added...
@jodydonetti Hi, I just want to warn you about one thing. Perhaps what I faced is related to "Background Factory Executions". IDbContextFactory works fine, and no issue with this. But...
@jodydonetti one more question, does the FusionCache on Redis uses transactions or any other blocks?