Click or drag to resize

ConverterCollectionsGetQueryCache Method

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Returns a Converter instance of IQueryCache.

Namespace:  Tangosol.Util
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntax
C#
public static ConverterCollectionsConverterQueryCache GetQueryCache(
	IQueryCache cache,
	IConverter convKeyUp,
	IConverter convKeyDown,
	IConverter convValUp,
	IConverter convValDown
)

Parameters

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

Return Value

Type: ConverterCollectionsConverterQueryCache
An IQueryCache that views the keys and values of the passed IQueryCache through the specified IConverters.
See Also