Oracle® Coherence .NET API Reference Release 3.6.1
E18812-01

A Converter QueryCache views an underlying IQueryCache through a set of key and value IConverters.

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

Syntax

C#
[SerializableAttribute]
public class ConverterQueryCache : ConverterCollections..::.ConverterCache, 
	IQueryCache, ICache, IDictionary, ICollection, IEnumerable

Inheritance Hierarchy

System..::.Object
  Tangosol.Util..::.ConverterCollections..::.ConverterDictionary
    Tangosol.Util..::.ConverterCollections..::.ConverterCache
      Tangosol.Util..::.ConverterCollections..::.ConverterQueryCache

See Also