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

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.7.1.23 (3.7.1.23)

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