RegionRemove Method |
Name | Description | |
---|---|---|
![]() | Remove(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.
|
![]() | Remove(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.
|
![]() | Remove(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.
|
![]() | Remove(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.
|
![]() | Remove(CacheableKey, IGFSerializable, IGFSerializable) | |
![]() | Remove(CacheableKey, Serializable, IGFSerializable) | |
![]() | Remove(ICacheableKey, IGFSerializable, IGFSerializable) | |
![]() | Remove(ICacheableKey, Serializable, IGFSerializable) |