Package net.rubyeye.xmemcached.command
Interface MapReturnValueAware
-
- All Known Implementing Classes:
BinaryGetMultiCommand,KestrelGetCommand,TextGetCommand,TextGetMultiCommand,TextGetOneCommand
public interface MapReturnValueAwareCommand which implement this interface,it's return value is a map
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Map<java.lang.String,CachedData>getReturnValues()
-
-
-
Method Detail
-
getReturnValues
java.util.Map<java.lang.String,CachedData> getReturnValues()
-
-