Description
The method com.gemstone.gemfire.internal.cache.LocalRegion.getRetained(Object, Object, boolean, boolean, ClientProxyMembershipID, EntryEventImpl, boolean, boolean) is supposed to return a retained off-heap value if possible. But the current implementation always sets the last parameter on the get it calls to "false" which tells get to NOT retain its result.
I think getRetained may have been intentionally disabled because of some bugs it introduced.