DEFAULT_MAX_SIZE, DEFAULT_TIMEOUT_SECONDS| Constructor and Description |
|---|
DefaultLRUCache() |
DefaultLRUCache(java.lang.Integer maxSize,
java.lang.Integer timeoutSeconds) |
| Modifier and Type | Method and Description |
|---|---|
T |
lookup(java.lang.String key) |
void |
reset() |
void |
save(java.lang.String key,
T value) |