81828384858687
*/ public static com.twitter.finagle.memcachedx.CachePoolCluster newZkCluster( String zkPath, ZooKeeperClient zkClient, Set<CacheNode> backupPool) { return newZkCluster(zkPath, zkClient, backupPool, new NullStatsReceiver()); }
*/ public static com.twitter.finagle.memcached.CachePoolCluster newZkCluster( String zkPath, ZooKeeperClient zkClient, Set<CacheNode> backupPool) { return newZkCluster(zkPath, zkClient, backupPool, new NullStatsReceiver()); }