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

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: 3.7.1.23 (3.7.1.23)

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