Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Ensure a cache for the given name using the corresponding XML configuration.

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

Syntax

C#
INamedCache EnsureCache(
	string cacheName
)

Parameters

cacheName
Type: System..::..String
The cache name.

Return Value

An INamedCache created according to the configuration XML.

See Also