Hi all,
I have some doubts regarding cache functionality. First, is it possible to enforce cache.put to store record in local node? I know there is this local mode I can use however my second question is whether I can do cache.get in a different node and get the remote-local-cache value? For example: - I create a local mode cache in node 1 - I do cache.put(key1, value1) in node 1 - I do cache.get(key1) in node 2 (I want to get value1 in node 1) How can I achieve something similar? Regards, Luis
