Click or drag to resize

DefaultConfigurableCacheFactoryConfigureCache Method

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Ensures a cache for given scheme.

Namespace:  Tangosol.Net
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntax
C#
protected INamedCache ConfigureCache(
	DefaultConfigurableCacheFactoryCacheInfo info,
	IXmlElement xmlScheme
)

Parameters

info
Type: Tangosol.NetDefaultConfigurableCacheFactoryCacheInfo
The cache info.
xmlScheme
Type: Tangosol.Run.XmlIXmlElement
The corresponding scheme.

Return Value

Type: INamedCache
A named cache created according to the description in the configuration.
See Also