Uses of Class
net.spy.memcached.protocol.ascii.OperationImpl
Packages that use OperationImpl
Package
Description
Low-level operations for the memcached ascii protocol
-
Uses of OperationImpl in net.spy.memcached.protocol.ascii
Subclasses of OperationImpl in net.spy.memcached.protocol.asciiModifier and TypeClassDescriptionclass
Base class for get and gets handlers.(package private) class
Base class for ascii store operations (add, set, replace, append, prepend).(package private) class
class
Operation for ascii concatenations.(package private) final class
Operation to delete an item from the cache.(package private) final class
Memcached flush_all operation.class
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
Operation for mutating integers inside of memcached.(package private) final class
Optimized Get operation for folding a bunch of gets together.(package private) final class
Operation to retrieve statistics from a memcached server.(package private) final class
Operation to store data in a memcached server.(package private) final class
Memcached touch operation.(package private) final class
Operation to delete an item from the cache.(package private) final class
Operation to request the version of a memcached server.