
public class MemcacheClientFactoryImpl extends Object implements CacheClientFactory
| Constructor and Description |
|---|
MemcacheClientFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
CacheClient |
create(List<InetSocketAddress> addrs,
CacheConfiguration conf)
Creates cache client.
|
public CacheClient create(List<InetSocketAddress> addrs, CacheConfiguration conf) throws IOException
CacheClientFactorycreate in interface CacheClientFactoryaddrs - addresses of cache serversconf - the settings of new created cache clientsIOExceptionCopyright © 2019. All rights reserved.