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