Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
The IValueExtractor that this view will use to transform the results from the underlying cache prior to storing them locally.

Namespace: Tangosol.Net
Assembly: Coherence (in Coherence.dll) Version: 12.2.1.4014 (12.2.1.4014)

Syntax

C#
public ViewBuilder Map(
	IValueExtractor mapper
)

Parameters

mapper
Type: Tangosol.Util..::..IValueExtractor
The IValueExtractor that will be used to transform values retrieved from the underlying cache before storing them locally; if specified, this view will become read-only.

Return Value

This ViewBuilder.

See Also