Uses of Class
net.spy.memcached.protocol.ascii.BaseGetOpImpl
-
Packages that use BaseGetOpImpl Package Description net.spy.memcached.protocol.ascii 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.ascii Modifier and Type Class Description classGetAndTouchOperationImplImplementation of the get and touch operation.(package private) classGetlOperationImplImplementation of the getl operation.(package private) classGetOperationImplOperation for retrieving data.(package private) classGetsOperationImplImplementation of the gets operation.(package private) classOptimizedGetImplOptimized Get operation for folding a bunch of gets together.
-