public class CachedObject<T> extends Object
| Constructor and Description |
|---|
CachedObject(T theObject) |
| Modifier and Type | Method and Description |
|---|---|
T |
getTheObject() |
void |
invalidate() |
boolean |
isValid(long TTL) |
Copyright © 2020. All Rights Reserved.