Given link has all the details needed. You either write your db queries in
custom cache store or move them to a separate db DAO class and have it's
instance in cache store. Then it will be similar to how you connect your
app to DB. Next you need to have these custom classes in ignite class path
and
Hi Team,
We are using .NET Api for accessing Ignite cache. We want to understand
how can we implement the custom cache store and extend it to save data
in MongoDB from Ignite. Can someone share detail steps how to extend
the cachestore and how it will integrate wi