Uses of Interface
net.spy.memcached.ops.StoreOperation

Packages that use StoreOperation
net.spy.memcached Memcached client and transformation utils 
net.spy.memcached.protocol.ascii Low-level operations for the memcached ascii protocol 
net.spy.memcached.protocol.binary Low-level operations for the memcached binary protocol 
 

Uses of StoreOperation in net.spy.memcached
 

Methods in net.spy.memcached that return StoreOperation
 StoreOperation OperationFactory.store(StoreType storeType, String key, int flags, int exp, byte[] data, OperationCallback cb)
          Create a store operation.
 

Uses of StoreOperation in net.spy.memcached.protocol.ascii
 

Methods in net.spy.memcached.protocol.ascii that return StoreOperation
 StoreOperation AsciiOperationFactory.store(StoreType storeType, String key, int flags, int exp, byte[] data, OperationCallback cb)
           
 

Uses of StoreOperation in net.spy.memcached.protocol.binary
 

Methods in net.spy.memcached.protocol.binary that return StoreOperation
 StoreOperation BinaryOperationFactory.store(StoreType storeType, String key, int flags, int exp, byte[] data, OperationCallback cb)