Open sandboxFocus

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

The CacheDependencyInvalidatedEventArgs.