Uses of Class
net.rubyeye.xmemcached.command.text.TextGetCommand
-
Packages that use TextGetCommand Package Description net.rubyeye.xmemcached.command.kestrel Kestrel protocol implementationsnet.rubyeye.xmemcached.command.text Memcached text protocol implementations -
-
Uses of TextGetCommand in net.rubyeye.xmemcached.command.kestrel
Subclasses of TextGetCommand in net.rubyeye.xmemcached.command.kestrel Modifier and Type Class Description class
KestrelGetCommand
Kestrel get command -
Uses of TextGetCommand in net.rubyeye.xmemcached.command.text
Subclasses of TextGetCommand in net.rubyeye.xmemcached.command.text Modifier and Type Class Description class
TextGetMultiCommand
Bulk-get command for text protocolclass
TextGetOneCommand
Get command for text protocol
-