testProperties.get("test.memcached.servers"));
}
public void testXmemcachedClient() throws Exception {
PropertiesHelper propertiesHelper = new PropertiesHelper(
this.properties);
XmemcachedClientFactory clientFactory = new XmemcachedClientFactory(
propertiesHelper);
Memcache cache = clientFactory.createMemcacheClient();
testCache(cache);