public static final class PerThreadCache.Key<T> extends Object
Modifier and Type | Method and Description |
---|---|
static <T> PerThreadCache.Key<T> |
create(Class<T> clazz,
Object... identifiers)
Returns a key based on the value's class and a set of identifiers that uniquely identify the
value.
|
static <T> PerThreadCache.Key<T> |
create(Class<T> clazz,
Object identifier)
Returns a key based on the value's class and an identifier that uniquely identify the value.
|
boolean |
equals(Object o) |
int |
hashCode() |
public static <T> PerThreadCache.Key<T> create(Class<T> clazz, Object identifier)
equals()
and .public static <T> PerThreadCache.Key<T> create(Class<T> clazz, Object... identifiers)
equals()
and .