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

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

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

import java.util.List;

/**
 * Assoc commands aware interface.Association commands mean that commands has
 * the same key.
 * 
 * @author dennis
 * 
 */
public interface AssocCommandAware {
	public List getAssocCommands();

	public void setAssocCommands(List assocCommands);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy