Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
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: 12.2.1.4014 (12.2.1.4014)

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