Syntax
| C# |
|---|
public sealed class RegionEntry |
| Visual Basic (Declaration) |
|---|
Public NotInheritable Class RegionEntry |
| Visual C++ |
|---|
public ref class RegionEntry sealed |
The type exposes the following properties.
Public Properties
| Name | Description | |
|---|---|---|
| IsDestroyed |
True if this entry has been destroyed.
| |
| Key |
Returns the key for this entry.
| |
| Region |
Returns the region that contains this entry.
| |
| Statistics |
Returns the statistics for this entry.
| |
| Value |
Returns the value of this entry in the local cache. Does not invoke
an ICacheLoader, does not do a netSearch, netLoad, etc.
|
See Also
GemStone.GemFire.Cache Namespace