Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
In the configuration XML find a "scheme" element associated with a given cache and resolve it (recursively) using the "scheme-ref" elements.

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

Syntax

C#
public virtual IXmlElement ResolveScheme(
	DefaultConfigurableCacheFactory..::..CacheInfo info
)

Return Value

A resolved "scheme" element associated with a given cache.

Remarks

The returned XML is always a clone of the actual configuration and could be safely modified.

See Also