Description
Implement cache atomic get/put/replace/remove thin client Java API including unit and system tests and samples.
Cache
getAndPut(key, val): V
getAndReplace(key, val): V
getAndRemove(key): V
putIfAbsent