Oracle® Coherence .NET API Reference Release 3.6
E15727-01

In the configuration XML find a "cache-mapping" element associated with a given cache name.

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

Syntax

C#
public virtual DefaultConfigurableCacheFactory..::.CacheInfo FindSchemeMapping(
	string cacheName
)

Parameters

cacheName
Type: System..::.String
The value of the "cache-name" element to look for.

Return Value

A DefaultConfigurableCacheFactory..::.CacheInfo object associated with a given cache name.

See Also