One of the primary use cases for Infinispan in Java is as a 2nd-layer cache for database operations (Via things like JPA), but I could not find a similar solution for .NET. I was reading that EFCore does not provide a cache interface anymore and third-party libraries have taken up that work. That library provides an ICache interface which appears to be the way to add Infinispan support and it would be interesting to have that capability.