All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.netflix.evcache.connection.IConnectionBuilder Maven / Gradle / Ivy

The newest version!
package com.netflix.evcache.connection;

import com.netflix.evcache.pool.EVCacheClient;

import net.spy.memcached.ConnectionFactory;

public interface IConnectionBuilder {

    ConnectionFactory getConnectionFactory(EVCacheClient client);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy