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

Ensures a cache for given scheme.

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

Syntax

C#
protected INamedCache ConfigureCache(
	DefaultConfigurableCacheFactory..::.CacheInfo info,
	IXmlElement xmlScheme
)

Parameters

info
Type: Tangosol.Net..::.DefaultConfigurableCacheFactory..::.CacheInfo
The cache info.
xmlScheme
Type: Tangosol.Run.Xml..::.IXmlElement
The corresponding scheme.

Return Value

A named cache created according to the description in the configuration.

See Also