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(
	IResource cacheConfig,
	IResource coherenceConfig
)

Parameters

cacheConfig
Type: IResource
An optional location of a resource that conforms to cache-config.xsd.
coherenceConfig
Type: IResource
An optional location of a resource that conforms to coherence.xsd.

See Also