PostSharpAPI ReferencePost­Sharp.​Patterns.​Caching.​ImplementationCaching­Backend­EnhancerOn­Backend­Dependency­Invalidated
Open sandboxFocus

CachingBackendEnhancer.OnBackendDependencyInvalidated Method

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.