net.rubyeye.xmemcached.command
Interface MapReturnValueAware

All Known Implementing Classes:
BinaryGetMultiCommand, KestrelGetCommand, TextGetCommand, TextGetMultiCommand, TextGetOneCommand

public interface MapReturnValueAware

Command which implement this interface,it's return value is a map

Author:
dennis

Method Summary
 java.util.Map<java.lang.String,CachedData> getReturnValues()
           
 

Method Detail

getReturnValues

java.util.Map<java.lang.String,CachedData> getReturnValues()


Copyright © 2011. All Rights Reserved.