Description
Implement cache replace/remove thin client Java API including unit and system tests and samples.
Cache
replace(key, val)
replace(key, oldVal, newVal)
remove(key)
remove(key, val)
removeAll()
removeAll(keys: Set)