DataCacheFactory Members
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
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.
Public Constructors
Name | Description | |
---|---|---|
DataCacheFactory | Overloaded. Used for configuring the type of cache client that is returned by the GetCache method. |
Top
Public Properties
Name | Description | |
---|---|---|
Timeout | The duration of time, in milliseconds, that the cache client will wait to communicate with the cache cluster before it throws a timeout exception. |
Top
Public Methods
(see also Protected Methods )
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.) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
Top