Package net.spy.memcached
Interface CASMutation<T>
-
public interface CASMutation<T>Defines a mutation mechanism for a high-level CAS client interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TgetNewValue(T current)Get the new value to replace the current value.
-