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 name.

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

Syntax

C#
protected virtual IXmlElement FindScheme(
	string schemeName
)

Parameters

schemeName
Type: System..::..String
The value of the "scheme-name" element to look for.

Return Value

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

See Also