MetalamaAPI documentationPatterns APIMetalama.​Patterns.​Caching.​BackendsCaching­BackendDependency­Invalidated
Open sandboxFocus

CachingBackend.DependencyInvalidated Event

Events raised when a dependency is invalidated. Check the Events property to see if the current CachingBackend supports events.

Namespace: Metalama.Patterns.Caching.Backends
Assembly: Metalama.Patterns.Caching.Backend.dll
Syntax
public event EventHandler<CacheDependencyInvalidatedEventArgs> DependencyInvalidated
Returns
Type Description
EventHandler<CacheDependencyInvalidatedEventArgs>