Uses of Interface
net.spy.memcached.CASMutation

Packages that use CASMutation
net.spy.memcached Memcached client and transformation utils 
 

Uses of CASMutation in net.spy.memcached
 

Methods in net.spy.memcached with parameters of type CASMutation
 T CASMutator.cas(String key, T initial, int initialExp, CASMutation<T> m)
          CAS a new value in for a key.