Click or drag to resize
ICacheWriterBeforeDestroy Method
Called before an entry is destroyed.

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
bool BeforeDestroy(
	EntryEvent ev
)

Parameters

ev
Type: GemStone.GemFire.CacheEntryEvent
event object associated with destroying the entry

Return Value

Type: Boolean
Remarks
The entry being destroyed may or may not exist in the local cache where the CacheWriter is installed. This method is not called as a result of expiration or [!:Region.LocalDestroyRegion].
See Also