Click or drag to resize

ConverterCollectionsGetCacheEntries Method

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02

Namespace:  Tangosol.Util
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
public static ConverterCollectionsConverterCacheEntries GetCacheEntries(
	ICollection col,
	IConverter convKeyUp,
	IConverter convKeyDown,
	IConverter convValUp,
	IConverter convValDown
)

Parameters

col
Type: System.CollectionsICollection
The underlying collection of ICacheEntry objects.
convKeyUp
Type: Tangosol.UtilIConverter
The IConverter to view the underlying entries' keys through.
convKeyDown
Type: Tangosol.UtilIConverter
The IConverter to pass keys down to the underlying entries collection.
convValUp
Type: Tangosol.UtilIConverter
The IConverter to view the underlying entries' values through.
convValDown
Type: Tangosol.UtilIConverter
The IConverter to pass values down to the underlying entries collection.

Return Value

Type: ConverterCollectionsConverterCacheEntries
A Converter collection that views the keys and values of the underlying collection's ICacheEntry objects through the specified key and value IConverters.
See Also