DefaultConfigurableCacheFactoryResolveScheme Method (IXmlElement, DefaultConfigurableCacheFactoryCacheInfo, Boolean, Boolean) |
Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-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: 14.1.1.14 (14.1.1.14)
Syntaxprotected virtual IXmlElement ResolveScheme(
IXmlElement xmlScheme,
DefaultConfigurableCacheFactoryCacheInfo info,
bool isChild,
bool isRequired
)
Parameters
- xmlScheme
- Type: Tangosol.Run.XmlIXmlElement
A scheme element to resolve.
- info
- Type: Tangosol.NetDefaultConfigurableCacheFactoryCacheInfo
The cache info (optional).
- isChild
- Type: SystemBoolean
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: SystemBoolean
If true, the child scheme must be present; false
otherwise.
Return Value
Type:
IXmlElement
A "scheme" element associated with a given cache name;
null if the child is missing and is not required.
See Also