Arguments of the DependencyInvalidated event.
Namespace: Metalama.Patterns.Caching.Implementation
Assembly: Metalama.Patterns.Caching.Backend.dll
Syntax
public sealed class CacheDependencyInvalidatedEventArgs : EventArgs
Constructors
Name | Description |
---|---|
CacheDependencyInvalidatedEventArgs(string, Guid) | Initializes a new instance of the CacheDependencyInvalidatedEventArgs class. |
Properties
Name | Description |
---|---|
Key | Gets the key of the invalidated dependency. |
SourceId | Gets the Guid of the CachingBackend instance that requested the invalidation, or Empty if this information is not available. |