You have two options: 1) Implement cache store that works with your SQL database Docs: https://apacheignite-net.readme.io/docs/persistent-store Example: https://ptupitsyn.github.io/Entity-Framework-Cache-Store/
2) Use Entity Framework to work with your DB and configure Ignite 2nd level cache: https://apacheignite-net.readme.io/docs/entity-framework-second-level-cache On Wed, Mar 15, 2017 at 7:59 AM, kavitha <[email protected]> wrote: > Yes I am using C#. > How can I use ignite as a caching layer? > > > > -- > View this message in context: http://apache-ignite-users. > 70518.x6.nabble.com/Read-Data-using-apache-ignite-tp11150p11174.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. >
