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

Retreive all cache references for this name.

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

Syntax

C#
public virtual IEnumerable<INamedCache> GetAllCaches(
	string sCacheName
)

Parameters

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

Return Value

All cache references for this name.

See Also