Share via


DataCacheFactory Constructor

Used for configuring the type of cache client that is returned by the GetCache method.

Before working with the cache, you must instantiate the DataCacheFactory class. If no parameters are provided to the DataCacheFactory class constructor, the cache client configuration parameters come from the application configuration file. If configuration settings are passed to the DataCacheFactory class constructor, those configuration settings are used for all cache clients obtained from that DataCacheFactory object. Configuration settings passed to the constructor override settings specified in the application configuration file. For more information about configuration options and settings for the cache client, see Configuration (Windows Server AppFabric Caching).

Overload List

Name Description
DataCacheFactory () Used for configuring a cache client based on the application configuration file.
DataCacheFactory (DataCacheFactoryConfiguration) Used for programmatically configuring a cache client.

See Also

Reference

DataCacheFactory Class
DataCacheFactory Members
Microsoft.ApplicationServer.Caching Namespace

Other Resources

Application Configuration Settings

  2011-08-26