Click or drag to resize

DefaultConfigurableCacheFactoryResolveScheme Method

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Overload List
  NameDescription
Public methodResolveScheme(DefaultConfigurableCacheFactoryCacheInfo)
In the configuration XML find a "scheme" element associated with a given cache and resolve it (recursively) using the "scheme-ref" elements.
Protected methodResolveScheme(IXmlElement, DefaultConfigurableCacheFactoryCacheInfo, Boolean, Boolean)
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.
Protected methodStatic memberResolveScheme(IXmlElement, IXmlElement, DefaultConfigurableCacheFactoryCacheInfo, Boolean, Boolean, Boolean)
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.
Top
See Also