import net.spy.memcached.MemcachedClient;
public class MemcachedExample {
public static void main(String[] args) {
try {
MemcachedClient client = new MemcachedClient(new InetSocketAddress("localhost", 11211));
System.out.println("Value: " + value);
client.shutdown();
} catch (Exception e) {
e.printStackTrace();
}
}
}