Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

A Converter ConcurrentCache views an underlying IConcurrentCache through a set of key and value IConverters.

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

Syntax

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

Inheritance Hierarchy

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

See Also