DefaultConfigurableCacheFactoryResolveScheme Method (IXmlElement, IXmlElement, DefaultConfigurableCacheFactoryCacheInfo, Boolean, 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 static IXmlElement ResolveScheme(
IXmlElement xmlConfig,
IXmlElement xmlScheme,
DefaultConfigurableCacheFactoryCacheInfo info,
bool isChild,
bool isRequired,
bool apply
)
Parameters
- xmlConfig
- Type: Tangosol.Run.XmlIXmlElement
The cache configuration xml.
- 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.
- apply
- Type: SystemBoolean
If true, apply the specified overrides and cache-specific
attributes to the base scheme element; otherwise return a
reference to the base scheme element.
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