Click or drag to resize
RegionLocalInvalidateRegion Method
Invalidates this region without distributing to other caches.

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public void LocalInvalidateRegion()
Exceptions
ExceptionCondition
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
Remarks

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.

See Also