Click or drag to resize

DefaultConfigurableCacheFactoryEnsureCache Method (DefaultConfigurableCacheFactoryCacheInfo, IXmlElement)

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Obtain the INamedCache reference for the cache service defined by the specified scheme.

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

Parameters

info
Type: Tangosol.NetDefaultConfigurableCacheFactoryCacheInfo
The cache info.
xmlScheme
Type: Tangosol.Run.XmlIXmlElement
The scheme element for the cache.

Return Value

Type: INamedCache
INamedCache instance.
See Also