CacheDependencyInvalidatedEventArgs(string, Guid)
Initializes a new CacheDependencyInvalidatedEventArgs.
Declaration
public CacheDependencyInvalidatedEventArgs(string key, Guid sourceId)
Parameters
Type | Name | Description |
---|---|---|
string | key | The key of the invalidated dependency. |
Guid | sourceId | The Guid of the CachingBackend instance that requested the invalidation, or Empty if this information is not available. |