CacheDependencyInvalidatedEventArgs Class |
Arguments of the DependencyInvalidated event.
System.Object
System.EventArgs
PostSharp.Patterns.Caching.Implementation.CacheDependencyInvalidatedEventArgs
System.EventArgs
PostSharp.Patterns.Caching.Implementation.CacheDependencyInvalidatedEventArgs
Namespace: PostSharp.Patterns.Caching.Implementation
Assembly: PostSharp.Patterns.Caching (in PostSharp.Patterns.Caching.dll) Version: 6.8.6.0 (6.8.6.0)
C#
public sealed class CacheDependencyInvalidatedEventArgs : EventArgs
The CacheDependencyInvalidatedEventArgs type exposes the following members.
Name | Description | |
---|---|---|
CacheDependencyInvalidatedEventArgs |
Initializes a new CacheDependencyInvalidatedEventArgs.
|
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.
|