public class Cache<T>
extends java.lang.Object
| Constructor and Description |
|---|
Cache(java.util.concurrent.Callable<T> updateFunction,
InteractionHandler interactionHandler) |
| Modifier and Type | Method and Description |
|---|---|
T |
get() |
public Cache(java.util.concurrent.Callable<T> updateFunction, InteractionHandler interactionHandler)
public T get()