Package net.rubyeye.xmemcached.command
Interface AssocCommandAware
-
- All Known Implementing Classes:
BinaryGetAndTouchCommand
,BinaryGetCommand
,KestrelGetCommand
,TextGetCommand
,TextGetMultiCommand
,TextGetOneCommand
public interface AssocCommandAware
Assoc commands aware interface.Association commands mean that commands has the same key.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<Command>
getAssocCommands()
void
setAssocCommands(java.util.List<Command> assocCommands)
-