DataCacheFactory Constructor ()

 

Used for configuring a cache client based on the application configuration file.

Namespace:   Microsoft.ApplicationServer.Caching
Assembly:  Microsoft.ApplicationServer.Caching.Client (in Microsoft.ApplicationServer.Caching.Client.dll)

Syntax

public DataCacheFactory()
public:
DataCacheFactory()
new : unit -> DataCacheFactory
Public Sub New

Remarks

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. For more information, see .c2c6312d-55e4-41c6-b792-318a1327b494

See Also

DataCacheFactory Overload
DataCacheFactory Class
Microsoft.ApplicationServer.Caching Namespace

Return to top