Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03
Assembly: Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)
E22844-03
Constructor.
Namespace:
Tangosol.UtilAssembly: Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)
Syntax
| C# |
|---|
public ConverterCacheEntry( ICacheEntry entry, IConverter convKeyUp, IConverter convValUp, IConverter convValDown ) |
Parameters
- entry
- Type: Tangosol.Net.Cache..::.ICacheEntry
The ICacheEntry to wrap.
- convKeyUp
- Type: Tangosol.Util..::.IConverter
The IConverter to view the underlying entry's key through.
- convValUp
- Type: Tangosol.Util..::.IConverter
The IConverter to view the underlying entry's value through.
- convValDown
- Type: Tangosol.Util..::.IConverter
The IConverter to use to pass values down to the underlying entry.