Oracle® Coherence .NET API Reference Release 3.6.1
E18812-01

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: 3.6.1.0 (3.6.1.0)

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