What are the operations,  out of below, that are purely benefited by near
cache. When I tested it other than get() I do not see any benefit of near
cache. All the other calls are going on network. I thought getAll(),
keySet() and entrySet() will be coming from local node, but they are going
to servers from client

put()
get() - local
keySet()
entrySet()
values()
getAll()
putAll()
equalsFilter




--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Reply via email to