Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03
Assembly: Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)
System..::.Object
Tangosol.Util.Transformer..::.SemiLiteEventTransformer
E22844-03
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.
Namespace:
Tangosol.Util.TransformerAssembly: Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)
Syntax
| C# |
|---|
public class SemiLiteEventTransformer : ICacheEventTransformer, IPortableObject |
Remarks
Usage example:
CopyC#
cache.AddCacheListener(listener,
new CacheEventTransformerFilter(null,
SemiLiteEventTransformer.Instance), false);
Inheritance Hierarchy
Tangosol.Util.Transformer..::.SemiLiteEventTransformer