I want to create a caching layer on top of an existing database using .NET/C#.
In the Apache Ignite docs, RDBMS integration is done with configuring the caches with an XML or directly in Java code, and then calling the loadCache method to load data from the database into the cluster.
How would I do get started using .NET/C#?