public interface ExpressionResultCacheForPropUnwrap
NOTE: ExpressionResultCacheEntry should not be held onto since the instance returned can be reused.
Modifier and Type | Method and Description |
---|---|
ExpressionResultCacheEntry<EventBean,Collection<EventBean>> |
getPropertyColl(String propertyNameFullyQualified,
EventBean reference) |
void |
savePropertyColl(String propertyNameFullyQualified,
EventBean reference,
Collection<EventBean> events) |
ExpressionResultCacheEntry<EventBean,Collection<EventBean>> getPropertyColl(String propertyNameFullyQualified, EventBean reference)
void savePropertyColl(String propertyNameFullyQualified, EventBean reference, Collection<EventBean> events)