Hi All, I was going through the ignite documentation for Near Cache and my understanding is
1. Near Cache option is used with ONLY Partiontioned Cache Mode which is accessed by the client Objects without using affinity colocation 2. Near Cache is actually a H2 storage on server node after the map reduce query executions for incoming requests. 3. Near Cache does not have any role with Replicated Cache Mode since all the data is locally present in server node (H2) Please could you confirm if my understanding is correct? Regards, Vaibhav Sharma
