Oracle® Coherence .NET API Reference Release 3.6.1
E18812-01

The ScopedReferenceStore type exposes the following members.

Fields

  NameDescription
m_mapByName
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.

See Also