Wait, will .entry go to the server on a cache miss of a CACHING_PROXY? I don't think so.
-- Mike Stolz Principal Engineer, GemFire Product Manager Mobile: +1-631-835-4771 On Mon, May 8, 2017 at 5:24 PM, Fred Krone (JIRA) <j...@apache.org> wrote: > Fred Krone created GEODE-2894: > --------------------------------- > > Summary: Review getEntry on Region > Key: GEODE-2894 > URL: https://issues.apache.org/jira/browse/GEODE-2894 > Project: Geode > Issue Type: Sub-task > Reporter: Fred Krone > > > 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 > > > > > > -- > This message was sent by Atlassian JIRA > (v6.3.15#6346) >