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