Click or drag to resize

DefaultConfigurableCacheFactoryInstantiateAny Method

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Create an object using "class-scheme" element.

Namespace:  Tangosol.Net
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
public virtual Object InstantiateAny(
	DefaultConfigurableCacheFactoryCacheInfo info,
	IXmlElement xmlClass
)

Parameters

info
Type: Tangosol.NetDefaultConfigurableCacheFactoryCacheInfo
The cache info.
xmlClass
Type: Tangosol.Run.XmlIXmlElement
The "class-scheme" element.

Return Value

Type: Object
A newly instantiated object.
Remarks

If the value of any "param-value" element contains the literal "{cache-name}", replace it with the actual cache name.

Finally, if the value of "param-type" is "{scheme-ref}" then the "param-value" should be a name of the scheme that will be used in place of the value.

See Also