RegionLocalInvalidateRegion Method (IGFSerializable) |
Namespace: GemStone.GemFire.Cache
Exception | Condition |
---|---|
CacheListenerException | if CacheListener throws an exception; if this occurs some subregions may have already been successfully invalidated |
RegionDestroyedException | if the region is no longer valid |
The invalidation will cascade to all the local subregions and cached entries. The region and the entries in it will still exist.
To remove all the entries and the region, use LocalDestroyRegion(IGFSerializable).
Does not update any CacheStatistics.