JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH
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
(
String
key,
T
initial, int initialExp,
CASMutation
<
T
> m)
CAS a new value in for a key.