com.google.code.ssm.providers.xmemcached
Class MemcacheClientFactoryImpl

java.lang.Object
  extended by com.google.code.ssm.providers.xmemcached.MemcacheClientFactoryImpl
All Implemented Interfaces:
CacheClientFactory

public class MemcacheClientFactoryImpl
extends Object
implements CacheClientFactory

Since:
2.0.0
Author:
Jakub BiaƂek

Constructor Summary
MemcacheClientFactoryImpl()
           
 
Method Summary
 CacheClient create(List<InetSocketAddress> addrs, CacheConfiguration conf)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MemcacheClientFactoryImpl

public MemcacheClientFactoryImpl()
Method Detail

create

public CacheClient create(List<InetSocketAddress> addrs,
                          CacheConfiguration conf)
                   throws IOException
Specified by:
create in interface CacheClientFactory
Throws:
IOException


Copyright © 2014. All rights reserved.