Calling ClusterMember.getCache() results in return new CoherenceNamedCache(this, cacheName, Object.class, Object.class); being returned.
This version of the constructor uses the following callable to get the cache: new RemoteCallableStaticMethod<>("com.tangosol.net.CacheFactory", "getCache", cacheName))
There doesn't seem to be a way to select a particular session/CCF when using the Cluster API.
Calling
ClusterMember.getCache()
results inreturn new CoherenceNamedCache(this, cacheName, Object.class, Object.class);
being returned.This version of the constructor uses the following callable to get the cache:
new RemoteCallableStaticMethod<>("com.tangosol.net.CacheFactory", "getCache", cacheName))
There doesn't seem to be a way to select a particular session/CCF when using the Cluster API.