Returns all the keys in the local process for this region. This includes
keys for which the entry is invalid.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic ICacheableKey[] GetKeys()
Public Function GetKeys As ICacheableKey()
public:
array<ICacheableKey^>^ GetKeys()
member GetKeys : unit -> ICacheableKey[]
Return Value
Type:
ICacheableKeyarray of keys
See Also