Click or drag to resize
RegionDestroy Method
Overload List
  NameDescription
Public methodDestroy(CacheableKey)
Destroys the entry with the specified key, passing the callback argument to any cache writers that are invoked in the operation.
Public methodDestroy(ICacheableKey)
Destroys the entry with the specified key, passing the callback argument to any cache writers that are invoked in the operation.
Public methodDestroy(CacheableKey, IGFSerializable)
Destroys the entry with the specified key, passing the callback argument to any cache writers that are invoked in the operation.
Public methodDestroy(ICacheableKey, IGFSerializable)
Destroys the entry with the specified key, passing the callback argument to any cache writers that are invoked in the operation.
Top
See Also