Click or drag to resize

ConverterCollections.GetInvocableCache Method

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Returns a Converter instance of IInvocableCache.

Namespace:  Tangosol.Util
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
public static ConverterCollections.ConverterInvocableCache GetInvocableCache(
	IInvocableCache cache,
	IConverter convKeyUp,
	IConverter convKeyDown,
	IConverter convValUp,
	IConverter convValDown
)

Parameters

cache
Type: Tangosol.Net.Cache.IInvocableCache
The underlying IInvocableCache.
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.

Return Value

Type: ConverterCollections.ConverterInvocableCache
An IInvocableCache that views the keys and values of the passed IInvocableCache through the specified IConverters.
See Also