RegionLocalDestroyRegion Method |
Namespace: GemStone.GemFire.Cache
Exception | Condition |
---|---|
CacheWriterException | if a CacheWriter aborts the operation; if this occurs some subregions may have already been successfully destroyed. |
CacheListenerException | if CacheListener throws an exception; if this occurs some subregions may have already been successfully invalidated |
Destroy cascades to all entries and subregions. After the destroy, any attempt to use this region object will get a RegionDestroyedException.
Does not update any CacheStatistics.