Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.3.0)
E80354-01
Returns an instance of a ICacheEntry that uses IConverters to retrieve the entry's data.

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

Syntax

C#
protected virtual ICacheEntry InstantiateEntry(
	ICacheEntry entry,
	IConverter convKeyUp,
	IConverter convValUp,
	IConverter convValDown
)

Parameters

entry
Type: Tangosol.Net.Cache..::..ICacheEntry
The underlying ICacheEntry.
convKeyUp
Type: Tangosol.Util..::..IConverter
The IConverter to view the underlying entry's key.
convValUp
Type: Tangosol.Util..::..IConverter
The IConverter to view the underlying entry's value.
convValDown
Type: Tangosol.Util..::..IConverter
The IConverter to change the underlying entry's value.

Return Value

An ICacheEntry instance.

See Also