-
Enhancement
-
Resolution: Duplicate
-
Major
-
None
-
5.0.1.FINAL
-
None
cache.put(k,v) does a remote get(1st RPC) and an put(2nd RPC) to the same remote node. This can be merged into a single RPC.
cache.put(k,v) does a remote get(1st RPC) and an put(2nd RPC) to the same remote node. This can be merged into a single RPC.