DataCacheFactory Constructor (DataCacheFactoryConfiguration)Windows Server AppFabric Caching Compatibility Library

Note: This API is now obsolete.

Public constructor that creates and initializes the DataCacheFactory class.

Namespace: Soss.Compat.WSAF
Assembly: soss_wsaf_compat (in soss_wsaf_compat.dll) Version: 1.1.0.100 (1.1.0.100)
Syntax

[ObsoleteAttribute("The DataCacheFactory configuration parameter will be ignored. The DataCacheFactoryConfiguration class is not supported by WSAF Caching Compatibility Library.", 
	false)]
public DataCacheFactory(
	DataCacheFactoryConfiguration configuration
)

Parameters

configuration
Type: Soss.Compat.WSAFDataCacheFactoryConfiguration
This parameter is not supported.
Remarks

Please note that the configuration parameter will be ignored. The DataCacheFactoryConfiguration class is not supported by WSAF Caching Compatibility Library. You can learn about ScaleOut StateServer configuration parameters here: Configuration Parameters
See Also

Reference