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