Arguments of the DependencyInvalidated event.
Namespace: PostSharp.Patterns.Caching.Implementation
Assembly: PostSharp.Patterns.Caching.dll
Syntax
public sealed class CacheDependencyInvalidatedEventArgs : EventArgs
Constructors
Name | Description |
---|---|
CacheDependencyInvalidatedEventArgs(string, Guid) | Initializes a new CacheDependencyInvalidatedEventArgs. |
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. |