An object in a region that represents an entry, that is, a key-value pair.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.5.0.1
Syntax
| C# |
|---|
public sealed class RegionEntry : SBWrap<gemfire::RegionEntry> |
| Visual Basic (Declaration) |
|---|
Public NotInheritable Class RegionEntry _ Inherits SBWrap<gemfire::RegionEntry> |
| Visual C++ |
|---|
public ref class RegionEntry sealed : public SBWrap<gemfire::RegionEntry> |
Remarks
This object's operations are not distributed, do not acquire any locks, and do not affect
CacheStatistics.
Unless otherwise noted, all of these methods throw a
CacheClosedException if the cache is closed at the time of
invocation, or an EntryDestroyedException if the entry has been
destroyed.
Call IsDestroyed to see if an entry has already been destroyed.
Inheritance Hierarchy
System..::Object
GemStone.GemFire.Cache.Internal..::SBWrap<gemfire::RegionEntry>
GemStone.GemFire.Cache..::RegionEntry
GemStone.GemFire.Cache.Internal..::SBWrap<gemfire::RegionEntry>
GemStone.GemFire.Cache..::RegionEntry
See Also
RegionEntry Members
GemStone.GemFire.Cache Namespace