| RegionInvalidate Method |
| Name | Description | |
|---|---|---|
| Invalidate(CacheableKey) |
Invalidates the entry with the specified key, passing the callback
argument to any cache listeners that are invoked in the operation.
| |
| Invalidate(ICacheableKey) |
Invalidates the entry with the specified key, passing the callback
argument to any cache listeners that are invoked in the operation.
| |
| Invalidate(CacheableKey, IGFSerializable) |
Invalidates the entry with the specified key,
passing the callback argument
to any cache
listeners that are invoked in the operation.
| |
| Invalidate(ICacheableKey, IGFSerializable) |
Invalidates the entry with the specified key,
passing the callback argument
to any cache
listeners that are invoked in the operation.
|