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: 2.7.0.0
Syntax
| C# |
|---|
public IGFSerializable Value{ get;} |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property Value As IGFSerializable |
| Visual C++ |
|---|
public: property IGFSerializable^ Value { IGFSerializable^ get (); } |
Return Value
the value, or null if this entry is invalid -- see IsDestroyed
Exceptions
| Exception | Condition |
|---|---|
| GemStone.GemFire.Cache..::CacheClosedException | if the cache is closed at the time of invocation |
| GemStone.GemFire.Cache..::EntryDestroyedException | if the entry has been destroyed |
See Also
RegionEntry Class
GemStone.GemFire.Cache Namespace