Methods
Modifier and Type |
Method and Description |
static <T extends Iced> T |
get(Key k) |
static <T extends Freezable> T |
get(Key k,
java.lang.Class<T> C) |
static Value |
getValue(Key key) |
static void |
put(Key key,
Freezable fr) |
static void |
put(Key key,
Iced fr) |
static void |
put(Key key,
Iced val,
Futures fs) |
static void |
put(Key key,
Value val) |
static void |
put(Key key,
Value val,
Futures fs) |
static void |
put(java.lang.String s,
Value v) |
static void |
remove(Key key) |
static Futures |
remove(Key key,
Futures fs) |
static void |
remove(java.lang.String s) |