stallapp wrote > My requirement is Distributed Client-Server Cache: Multiple cache > (clustered) nodes, collaborating in a distributed fashion and executing in > isolation from the client application. > Is this possible with Ignite? Could someone refer me Ignite docs or code > samples related to this requirement.
Yes, Ignite natively supports this use case. Ignite can be deployed in 2 modes: server-server, and client-server. More information here: https://apacheignite.readme.io/docs/clients-vs-servers As far as JCache and Data Grid features, you can refer to data-grid documentation here: https://apacheignite.readme.io/docs/data-grid -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Using-JCache-implementation-of-Ignite-tp1628p1639.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
