public interface Cache<T>
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_MAX_SIZE |
static int |
DEFAULT_TIMEOUT_SECONDS |
| Modifier and Type | Method and Description |
|---|---|
T |
lookup(java.lang.String key) |
void |
reset() |
void |
save(java.lang.String key,
T value) |
static final int DEFAULT_MAX_SIZE
static final int DEFAULT_TIMEOUT_SECONDS