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