ViewBuilder Methods |
The ViewBuilder type exposes the following members.
| 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 try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (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.
|