Click or drag to resize

DefaultConfigurableCacheFactoryInstantiateCacheStore Method

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

Namespace:  Tangosol.Net
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
protected virtual ICacheLoader InstantiateCacheStore(
	DefaultConfigurableCacheFactoryCacheInfo info,
	IXmlElement xmlStore
)

Parameters

info
Type: Tangosol.NetDefaultConfigurableCacheFactoryCacheInfo
The cache info.
xmlStore
Type: Tangosol.Run.XmlIXmlElement
The "class-scheme" or "extend-cache-scheme" element for the store.

Return Value

Type: ICacheLoader
A newly instantiated ICacheStore.
See Also