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

net.rubyeye.xmemcached.command.StoreCommand Maven / Gradle / Ivy

There is a newer version: 2.4.8
Show newest version
package net.rubyeye.xmemcached.command;

/**
 * A store command interface for STORE commands such as SET,ADD
 * 
 * @author apple
 * 
 */
public interface StoreCommand {

	public void setValue(Object value);

	public Object getValue();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy