CachingBackendEnhancer.OnBackendDependencyInvalidated Method |
Method invoked when the DependencyInvalidated event of the next UnderlyingBackend
in the chain of responsibility is invoked.
Namespace: PostSharp.Patterns.Caching.Implementation
Assembly: PostSharp.Patterns.Caching (in PostSharp.Patterns.Caching.dll) Version: 5.0.55.0 (5.0.55.0)
C#
protected virtual void OnBackendDependencyInvalidated( Object sender, CacheDependencyInvalidatedEventArgs args )
Parameters
- sender
- Type: System.Object
The sender (typically the value of the UnderlyingBackend property). - args
- Type: PostSharp.Patterns.Caching.Implementation.CacheDependencyInvalidatedEventArgs
The CacheDependencyInvalidatedEventArgs.