RegionEntryTKey, TValueValue 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.GenericAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic TValue Value { get; }
Public ReadOnly Property Value As TValue
Get
public:
property TValue Value {
TValue get ();
}
member Value : 'TValue with get
Return Value
Type:
TValue
the value, or null if this entry is invalid -- see
IsDestroyed
Exceptions
See Also