Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-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: 14.1.1.14 (14.1.1.14)
Syntaxpublic ViewBuilder Map(
IValueExtractor mapper
)
Parameters
- mapper
- Type: Tangosol.UtilIValueExtractor
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
Type:
ViewBuilderThis ViewBuilder.
See Also