Suppose I have two server nodes in the cluster, both nodes have all caches in Local Mode.
Node A has cached an entry (key1, value1). Now node B would like to check if an entry keyed by key1 has been cached. Would node B be able to see that entry cached at node A or not? (If not, node B could cache the same entry (key1, value1). In other words, it could end up with the same entry cached on both nodes.) -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/How-caches-in-Local-Mode-works-tp9416.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
