Vinay, Near cache on client is created separately using Ignite.createNearCache() or Ignite.getOrCreateNearCache() method.
The configuration you're referring to creates near caches on server nodes (next to the instances of distributed cache). This supports rare use case when all data is accessed from server nodes and near cache is still needed. -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Is-CacheConfiguration-specified-at-client-node-ignored-in-case-if-Cache-already-exists-tp2461p2482.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
