Click or drag to resize
IPersistenceManagerTKey, TValueDestroy Method
Destroys the entry specified by the key in the argument.

Namespace: GemStone.GemFire.Cache.Generic
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
void Destroy(
	TKey key
)

Parameters

key
Type: TKey
key of the entry which is being destroyed.
See Also