Interface ExpressionResultCacheForPropUnwrap

All Known Implementing Classes:
ExpressionResultCacheForPropUnwrapImpl

public interface ExpressionResultCacheForPropUnwrap
On the level of indexed event properties: Properties that are contained in EventBean instances, such as for Enumeration Methods, get wrapped only once for the same event. The cache is keyed by property-name and EventBean reference and maintains a Collection<EventBean>.

NOTE: ExpressionResultCacheForPropUnwrap should not be held onto since the instance returned can be reused.