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

When storing cache references, it is a Dictionary keyed by a cache name with a corresponding value being an IINamedCache reference or a PrincipalScopedReference that contains a IINamedCache reference.

When storing service references, it is a Dictionary keyed by a service name with a corrsponding value being a ICacheService reference or a PrincipalScopedReference that contains an ICacheService reference.

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

Syntax

C#
protected readonly IDictionary m_mapByName

See Also