public interface ExpressionResultCacheForDeclaredExprLastValue
NOTE: ExpressionResultCacheForDeclaredExprLastValue should not be held onto since the instance returned can be reused.
Modifier and Type | Method and Description |
---|---|
boolean |
cacheEnabled() |
ExpressionResultCacheEntryEventBeanArrayAndObj |
getDeclaredExpressionLastValue(Object node,
EventBean[] eventsPerStream) |
void |
saveDeclaredExpressionLastValue(Object node,
EventBean[] eventsPerStream,
Object result) |
boolean cacheEnabled()
ExpressionResultCacheEntryEventBeanArrayAndObj getDeclaredExpressionLastValue(Object node, EventBean[] eventsPerStream)