Hi, Hope everyone is doing well. I wanted to know what's the behavior of ClientRegionShortcut.CACHING_PROXY vsClientRegionShortcut.PROXY. My questions are :-
1. How does puts behave for CACHING_PROXY ? Are puts sent to the servers right away as in ClientRegionShortcut.PROXY ? 2. For reads I understand CACHING_PROXY config might do a local read where as the PROXY mode cant ? 3. What happens to the cached data if another client updates the data ? Is there any chance of state reads ? Thanks for the help in advance. Regards
