Uses of Interface
net.rubyeye.xmemcached.command.MapReturnValueAware
-
Packages that use MapReturnValueAware Package Description net.rubyeye.xmemcached.command.binary Memcached text protocol implementationsnet.rubyeye.xmemcached.command.kestrel Kestrel protocol implementationsnet.rubyeye.xmemcached.command.text Memcached text protocol implementations -
-
Uses of MapReturnValueAware in net.rubyeye.xmemcached.command.binary
Classes in net.rubyeye.xmemcached.command.binary that implement MapReturnValueAware Modifier and Type Class Description classBinaryGetMultiCommandA command for holding getkq commands -
Uses of MapReturnValueAware in net.rubyeye.xmemcached.command.kestrel
Classes in net.rubyeye.xmemcached.command.kestrel that implement MapReturnValueAware Modifier and Type Class Description classKestrelGetCommandKestrel get command -
Uses of MapReturnValueAware in net.rubyeye.xmemcached.command.text
Classes in net.rubyeye.xmemcached.command.text that implement MapReturnValueAware Modifier and Type Class Description classTextGetCommandAbstract get command for text protocolclassTextGetMultiCommandBulk-get command for text protocolclassTextGetOneCommandGet command for text protocol
-