Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

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

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

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