Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

Create an ICacheLoader or ICacheStore using the "class-scheme" element.

Namespace:  Tangosol.Net
Assembly:  Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)

Syntax

C#
protected virtual ICacheLoader InstantiateCacheStore(
	DefaultConfigurableCacheFactory..::.CacheInfo info,
	IXmlElement xmlStore
)

Parameters

info
Type: Tangosol.Net..::.DefaultConfigurableCacheFactory..::.CacheInfo
The cache info.
xmlStore
Type: Tangosol.Run.Xml..::.IXmlElement
The "class-scheme" or "extend-cache-scheme" element for the store.

Return Value

A newly instantiated ICacheStore.

See Also