CacheDependencyInvalidatedEventArgs Constructor |
Initializes a new CacheDependencyInvalidatedEventArgs.
Namespace: PostSharp.Patterns.Caching.Implementation
Assembly: PostSharp.Patterns.Caching (in PostSharp.Patterns.Caching.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public CacheDependencyInvalidatedEventArgs( string key, Guid sourceId )
Parameters
- key
- Type: System.String
The key of the invalidated dependency. - sourceId
- Type: System.Guid
The Guid of the CachingBackend instance that requested the invalidation, or Empty if this information is not available.