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

Retrieve the cache reference associated with the name (and Principal if applicable).

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

Syntax

C#
public virtual INamedCache GetCache(
	string sCacheName
)

Parameters

sCacheName
Type: System..::.String
The name of the cache.

Return Value

The cache reference.

See Also