Uses of Class
net.spy.memcached.protocol.ascii.BaseGetOpImpl
Packages that use BaseGetOpImpl
Package
Description
Low-level operations for the memcached ascii protocol
-
Uses of BaseGetOpImpl in net.spy.memcached.protocol.ascii
Subclasses of BaseGetOpImpl in net.spy.memcached.protocol.asciiModifier and TypeClassDescriptionclass
Implementation of the get and touch operation.(package private) class
Implementation of the getl operation.(package private) class
Operation for retrieving data.(package private) class
Implementation of the gets operation.(package private) final class
Optimized Get operation for folding a bunch of gets together.