DataCacheFactory Members
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Top
Provides methods to return DataCache objects that are mapped to a named cache. This class also enables programmatic configuration of the cache client.
The following tables list the members exposed by the DataCacheFactory type.
| Name | Description | |
|---|---|---|
| DataCacheFactory | Overloaded. Used for configuring the type of cache client that is returned by the GetCache method. |
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| CreateLogSinks | Allows you to set the log levels on one or more log sinks for the cache client. |
| DisableLogSinks | Disables all log sinks on the cache client. |
| Dispose | Closes the DataCacheFactory object and releases all associated resources. |
| EnableAllAvailableSinks | Enables all available log sinks on the cache client, with the EventTrace level equal to Warning. |
| Equals | Overloaded. (Inherited from Object.) |
| GetCache | Returns the cache client, an instance of the DataCache object. |
| GetDefaultCache | Returns the cache client corresponding to the default cache; an instance of the DataCache object. |
| GetHashCode | (Inherited from Object.) |
| GetType | (Inherited from Object.) |
| ReferenceEquals | (Inherited from Object.) |
| ToString | (Inherited from Object.) |
Show: