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(
	IXmlElement xmlCache,
	IXmlElement xmlCoherence
)

Parameters

xmlCache
Type: Tangosol.Run.Xml..::.IXmlElement
An optional IXmlElement that conforms to cache-config.xsd.
xmlCoherence
Type: Tangosol.Run.Xml..::.IXmlElement
An optional IXmlElement that conforms to coherence.xsd.

See Also