RegionLocalDestroy Method (ICacheableKey) |
Destroys the value with the specified key in the local cache only.
Destroy removes not only the value but also the key and entry
from this region.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic void LocalDestroy(
ICacheableKey key
)
Public Sub LocalDestroy (
key As ICacheableKey
)
public:
void LocalDestroy(
ICacheableKey^ key
)
member LocalDestroy :
key : ICacheableKey -> unit
Parameters
- key
- Type: GemStone.GemFire.CacheICacheableKey
the key of the entry to destroy
Exceptions
Remarks
No ICacheWriter is invoked.
Does not update any CacheStatistics.
See AlsoReference
[!:ICacheListener.AfterDestroy]
[!:ICacheWriter.BeforeDestroy]