Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02

The ViewBuilder type exposes the following members.

Constructors

  NameDescription
Public methodViewBuilder(Func<(Of <<'(INamedCache>)>>))
Construct a new ViewBuilder for the provided INamedCache. The function should return a new NamedCache instance upon each invocation.
Public methodViewBuilder(INamedCache)
Construct a new ViewBuilder for the provided INamedCache.

Methods

  NameDescription
Public methodBuild
Construct a view of the INamedCache provided to this builder.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodFilter
The IFilter that will be used to define the entries maintained in this view. If no IFilter is specified, AlwaysFilter will be used.
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodKeys
The resulting view will only cache keys.
Public methodListener
The ICacheListener that will receive all events, including those that result from the initial population of the view.
Public methodMap
The IValueExtractor that this view will use to transform the results from the underlying cache prior to storing them locally.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public methodValues
The resulting view will cache both keys and values.

See Also