public class ExpressionResultCacheEntry<R,T> extends Object
Constructor and Description |
---|
ExpressionResultCacheEntry(R reference,
T result) |
Modifier and Type | Method and Description |
---|---|
R |
getReference() |
T |
getResult() |
void |
setReference(R reference) |
void |
setResult(T result) |