OnBackendItemRemoved(object?, CacheItemRemovedEventArgs)
Method invoked when the ItemRemoved event of the next UnderlyingBackend in the chain of responsibility is invoked.
Declaration
protected virtual void OnBackendItemRemoved(object? sender, CacheItemRemovedEventArgs args)Parameters
| Type | Name | Description |
|---|---|---|
| object | sender | The sender (typically the value of the UnderlyingBackend property). |
| CacheItemRemovedEventArgs | args |