Oracle® Coherence .NET API Reference Release 3.6.1
E18812-01
Assembly: Coherence (in Coherence.dll) Version: 3.6.1.0 (3.6.1.0)
E18812-01
Returns a Converter instance of IQueryCache.
Namespace:
Tangosol.UtilAssembly: Coherence (in Coherence.dll) Version: 3.6.1.0 (3.6.1.0)
Syntax
| C# |
|---|
public static ConverterCollections..::.ConverterQueryCache GetQueryCache( IQueryCache cache, IConverter convKeyUp, IConverter convKeyDown, IConverter convValUp, IConverter convValDown ) |
Parameters
- cache
- Type: Tangosol.Net.Cache..::.IQueryCache
The underlying IQueryCache.
- 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.