Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Convert the specified cache event into another CacheEventArgs that ensures the lazy event data conversion using the specified converters.

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

Syntax

C#
public static CacheEventArgs ConvertEvent(
	CacheEventArgs evt,
	IObservableCache cacheConv,
	IConverter convKey,
	IConverter convVal
)

Parameters

evt
Type: Tangosol.Net.Cache..::..CacheEventArgs
The cache event.
cacheConv
Type: Tangosol.Net.Cache..::..IObservableCache
The source for the converted event.
convKey
Type: Tangosol.Util..::..IConverter
(Optional) the key IConverter.
convVal
Type: Tangosol.Util..::..IConverter
(Optional) the value IConverter.

Return Value

The converted CacheEventArgs object.

See Also