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

CacheEventTransformerFilter is a generic multiplexing wrapper that combines two implementations: an IFilter (most commonly a CacheEventFilter) and an ICacheEventTransformer and is used to register event listeners that allow to change the content of a CacheEventArgs.

Namespace:  Tangosol.Util.Filter
Assembly:  Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)

Syntax

C#
public class CacheEventTransformerFilter : IFilter, 
	ICacheEventTransformer, IPortableObject

Inheritance Hierarchy

System..::.Object
  Tangosol.Util.Filter..::.CacheEventTransformerFilter

See Also