AbstractKeySetBasedCacheGetInternalKeysCollection Method  | 
.NET API Reference for Oracle® Coherence Community Edition 
 (14.1.1.0)
E55634-01
 
            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.1 (14.1.1.1)
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