Hi,
I have a cache. there may be thousands of cache entry. Each cache entry may be updated every several seconds. I update them using cache.invoke method which will update cache entry partially.
Questions
#1 when invoke method return at client side. other client will get the latest data?
#2 for some reason, client process is killed. there may be data lose? even invoke method is already returned.
#3 if ignite.close normally, it will ensure all data is written into the server?
Thanks
Shawn
