Click or drag to resize
RegionEntryKey Property
Returns the key for this entry.

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public ICacheableKey Key { get; }

Return Value

Type: ICacheableKey
the key for this entry
Exceptions
ExceptionCondition
CacheClosedException if the cache is closed at the time of invocation
EntryDestroyedException if the entry has been destroyed
See Also