Constructor.

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

Syntax

C#
public ConverterNamedCache(
	INamedCache cache,
	IConverter convKeyUp,
	IConverter convKeyDown,
	IConverter convValUp,
	IConverter convValDown
)

Parameters

cache
Type: Tangosol.Net..::..INamedCache
The underlying INamedCache.
convKeyUp
Type: Tangosol.Util..::..IConverter
The IConverter to view the underlying cache's keys through.
convKeyDown
Type: Tangosol.Util..::..IConverter
The IConverter to use to pass keys down to the underlying cache.
convValUp
Type: Tangosol.Util..::..IConverter
The IConverter to view the underlying cache's values through.
convValDown
Type: Tangosol.Util..::..IConverter
The IConverter to use to pass values down to the underlying cache.

See Also