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

Obtain a collection of keys that are represented by this cache.

Namespace:  Tangosol.Net.Cache.Support
Assembly:  Coherence (in Coherence.dll) Version: 3.6.1.0 (3.6.1.0)

Syntax

C#
protected abstract ICollection GetInternalKeysCollection()

Return Value

An internal collection of keys that are contained by this cache.

Remarks

The AbstractKeySetBasedCache only utilizes the internal keys collection as a read-only resource.

See Also