Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Wrap specified CacheEventFilter with a CacheEventTransformerFilter that will either transform cache value using transformer defined for this ContinuousQueryCache, or remove the old value from the event using SemiLiteEventTransformer, if no transformer is defined for this CQC.

Namespace: Tangosol.Net.Cache
Assembly: Coherence (in Coherence.dll) Version: 12.2.1.4014 (12.2.1.4014)

Syntax

C#
protected IFilter CreateTransformerFilter(
	CacheEventFilter filterAdd
)

Parameters

filterAdd
Type: Tangosol.Util.Filter..::..CacheEventFilter
Add filter to wrap.

Return Value

CacheEventTransformerFilter that wraps specified add filter

See Also