Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

Contains various event transformer implementations.

Classes

  ClassDescription
ExtractorEventTransformer
ExtractorEventTransformer is a special purpose ICacheEventTransformer implementation that transforms emitted events, extracting one or more properties from either the "OldValue" or the "NewValue".
SemiLiteEventTransformer
SemiLiteEventTransformer is a special purpose ICacheEventTransformer implementation that removes an OldValue from the CacheEventArgs object for the purpose of reducing the amount of data that has to be sent over the network to event consumers.