net.rubyeye.xmemcached.command.AssocCommandAware Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of xmemcached Show documentation
Show all versions of xmemcached Show documentation
Extreme performance modern memcached client for java
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