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.
Properties | |
| Boolean | IsDestroyed [get] |
| ICacheableKey^ | Key [get] |
| Region^ | Region [get] |
| CacheStatistics^ | Statistics [get] |
| IGFSerializable^ | Value [get] |
Boolean GemStone::GemFire::Cache::RegionEntry::IsDestroyed [get] |
True if this entry has been destroyed.
Does not throw a EntryDestroyedException if this entry has been destroyed.
| CacheClosedException | if the cache is closed at the time of invocation |
ICacheableKey^ GemStone::GemFire::Cache::RegionEntry::Key [get] |
Returns the key for this entry.
| CacheClosedException | if the cache is closed at the time of invocation | |
| EntryDestroyedException | if the entry has been destroyed |
Region^ GemStone::GemFire::Cache::RegionEntry::Region [get] |
Returns the region that contains this entry.
| CacheClosedException | if the cache is closed at the time of invocation | |
| EntryDestroyedException | if the entry has been destroyed |
CacheStatistics^ GemStone::GemFire::Cache::RegionEntry::Statistics [get] |
Returns the statistics for this entry.
| StatisticsDisabledException | if statistics have been disabled for this region |
IGFSerializable^ GemStone::GemFire::Cache::RegionEntry::Value [get] |
Returns the value of this entry in the local cache. Does not invoke an ICacheLoader, does not do a netSearch, netLoad, etc.
| CacheClosedException | if the cache is closed at the time of invocation | |
| EntryDestroyedException | if the entry has been destroyed |