CacheDependencyInvalidatedEventArgs Constructor |
Initializes a new CacheDependencyInvalidatedEventArgs.
Namespace: PostSharp.Patterns.Caching.Implementation
Assembly: PostSharp.Patterns.Caching (in PostSharp.Patterns.Caching.dll) Version: 6.5.19.0 (6.5.19.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.