You should call IIgniteClient.GetCache(cacheName) to get specific cache. You can get multiple caches using single client.
Best Regards, Igor On Tue, Jul 17, 2018 at 7:51 PM ysc751206 <[email protected]> wrote: > Yes, I know we can specify many caches with different expiryPolicyFactory > on > server node, but on thin client side, there is no way to specify which > cache > you want to use. All we have are host and port. Do you mean we need to use > different host or port for each cache having different > expiryPolicyFactory? > > If that is the case, then it will be quite inconvenient. > > Thanks, > Edison > > > > -- > Sent from: http://apache-ignite-users.70518.x6.nabble.com/ >
