Method OnBackendItemRemoved
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 |