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