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

Retrieve all cache references in the store.

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()

Return Value

All cache references.

See Also