
public interface CacheClientFactory
| Modifier and Type | Method and Description |
|---|---|
CacheClient |
create(List<InetSocketAddress> addrs,
CacheConfiguration configuration)
Creates cache client.
|
CacheClient create(List<InetSocketAddress> addrs, CacheConfiguration configuration) throws IOException
addrs - addresses of cache serversconfiguration - the settings of new created cache clientsIOExceptionCopyright © 2019. All rights reserved.