Uses of Interface
net.spy.memcached.CASMutation
-
Packages that use CASMutation Package Description 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 Modifier and Type Method Description T
CASMutator. cas(java.lang.String key, T initial, int initialExp, CASMutation<T> m)
CAS a new value in for a key.
-