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- Author:
- dennis
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,CachedData>getReturnValues()
-
-
-
Method Detail
-
getReturnValues
Map<String,CachedData> getReturnValues()
-
-