JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
net.spy.memcached
Interface CASMutation<T>
public interface
CASMutation<T>
Defines a mutation mechanism for a high-level CAS client interface.
Method Summary
Methods
Modifier and Type
Method and Description
T
getNewValue
(
T
current)
Get the new value to replace the current value.
Method Detail
getNewValue
T
getNewValue(
T
current)
Get the new value to replace the current value.
Parameters:
current
- the current value in the cache
Returns:
the replacement value
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method