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

Resolve the specified "XYZ-scheme" by retrieving the base element refered to by the "scheme-ref" element, resolving it recursively, and combining it with the specified overrides and cache specific attributes.

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

Syntax

C#
protected virtual IXmlElement ResolveScheme(
	IXmlElement xmlScheme,
	DefaultConfigurableCacheFactory..::.CacheInfo info,
	bool isChild,
	bool isRequired
)

Parameters

xmlScheme
Type: Tangosol.Run.Xml..::.IXmlElement
A scheme element to resolve.
info
Type: Tangosol.Net..::.DefaultConfigurableCacheFactory..::.CacheInfo
The cache info (optional).
isChild
Type: System..::.Boolean
If true, the actual cache scheme is the only "xyz-scheme" child of the specified xmlScheme element; otherwise it's the xmlScheme element itself.
isRequired
Type: System..::.Boolean
If true, the child scheme must be present; false otherwise.

Return Value

A "scheme" element associated with a given cache name; null if the child is missing and is not required.

See Also