Arguments of the DependencyInvalidated event.
Namespace: PostSharp.Patterns.Caching.Implementation
Assembly: PostSharp.Patterns.Caching.dll
Syntax
public sealed class CacheDependencyInvalidatedEventArgs : EventArgsConstructors
| 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. |
Methods
| Name | Description |
|---|---|
| ToString() |