Click or drag to resize

DefaultConfigurableCacheFactoryInstantiateCache Method

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Create a backing cache using the "class-scheme" element.

Namespace:  Tangosol.Net
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntax
C#
protected virtual ICache InstantiateCache(
	DefaultConfigurableCacheFactoryCacheInfo info,
	IXmlElement xmlClass
)

Parameters

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

Return Value

Type: ICache
A newly instantiated cache.
Remarks
See Also