Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

Configure the CacheFactory.

Namespace:  Tangosol.Net
Assembly:  Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)

Syntax

C#
public static void Configure(
	string cacheConfig,
	string coherenceConfig
)

Parameters

cacheConfig
Type: System..::.String
An optional path to a file that conforms to cache-config.xsd.
coherenceConfig
Type: System..::.String
An optional path to a file that conforms to coherence.xsd.

See Also