Modifier and Type | Class and Description |
---|---|
static interface |
ValueCache.ThrowingValueComputer<K,V,T extends Throwable> |
static interface |
ValueCache.ValueComputer<K,V> |
Modifier and Type | Method and Description |
---|---|
V |
computeIfAbsent(K key) |
void |
invalidate() |
static <K,V,T extends Throwable> |
on(ValueCache.ThrowingValueComputer<K,V,T> computer) |
public static <K,V,T extends Throwable> ValueCache<K,V,T> on(ValueCache.ThrowingValueComputer<K,V,T> computer)
public void invalidate()
Copyright © 2016 Syncleus. All rights reserved.