Click or drag to resize
RegionLocalDestroy Method
Overload List
  NameDescription
Public methodLocalDestroy(CacheableKey)
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.
Public methodLocalDestroy(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.
Public methodLocalDestroy(CacheableKey, IGFSerializable)
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.
Public methodLocalDestroy(ICacheableKey, IGFSerializable)
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.
Top
See Also