Description
This needs to behave the same as .get()
For example, on a RegionAttributeShortcut.PROXY
.put will put on the server ...
but currently .entry is local only and will return null
.get will go to the server and get the value
ACCEPTANCE
WHEN Region.put(Object o) is used Region.get or Region.getEntry should return as .get would