AbstractKeySetBasedCacheGetInternalKeysCollection Method |
Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Obtain a collection of keys that are represented by this cache.
Namespace:
Tangosol.Net.Cache.Support
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntaxprotected abstract ICollection GetInternalKeysCollection()
Return Value
Type:
ICollection
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