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

com.github.mwarc.embeddedmemcached.MemcachedServer Maven / Gradle / Ivy

Go to download

embedded-memcached-spring provides a way to use jmemcache-daemon with Spring TestContext Framework

There is a newer version: 0.1.4
Show newest version
package com.github.mwarc.embeddedmemcached;

public interface MemcachedServer {

    void start(String host, int port);

    void clean();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy