Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
12c (12.2.1.4.0)
E90869-02
The ViewBuilder type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Build |
Construct a view of the INamedCache provided to this builder.
|
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Filter |
The IFilter that will be used to define the entries maintained in this view.
If no IFilter is specified, AlwaysFilter will be used.
|
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Keys |
The resulting view will only cache keys.
|
![]() | Listener |
The ICacheListener that will receive all events, including those that
result from the initial population of the view.
|
![]() | Map |
The IValueExtractor that this view will use to transform the results from
the underlying cache prior to storing them locally.
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a String that represents the current Object. (Inherited from Object.) |
![]() | Values |
The resulting view will cache both keys and values.
|