Sorry for confusion I want to write single data to multiple cahces at same time.
I.e: cache1.put(somekey1, "xyz"); cache2.put(somekey2, "abc"); cache3.put(somekey3, "efg"); cache4.put(somekey4, "hello"); -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Best-way-to-put-in-multiple-caches-tp645p693.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
