Click or drag to resize
RegionEntryValue Property
Returns the value of this entry in the local cache. Does not invoke an ICacheLoader, does not do a netSearch, netLoad, etc.

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

Return Value

Type: IGFSerializable
the value, or null if this entry is invalid -- see IsDestroyed
Exceptions
ExceptionCondition
CacheClosedException if the cache is closed at the time of invocation
EntryDestroyedException if the entry has been destroyed
See Also