public class CacheEntry<T> extends Object
| Constructor and Description |
|---|
CacheEntry(T result,
Object key) |
| Modifier and Type | Method and Description |
|---|---|
long |
getCreated() |
Object |
getKey() |
long |
getLru() |
T |
getResult() |
Class<? extends T> |
getType() |
void |
setKey(String key) |
void |
setLru(long lru) |
void |
setResult(T result) |
void |
setType(Class<? extends T> type) |
Copyright © 2020. All rights reserved.