PostSharpAPI ReferencePost­Sharp.​Patterns.​Caching.​ImplementationCache­Dependency­Invalidated­Event­ArgsCache­Dependency­Invalidated­Event­Args
Open sandboxFocus

CacheDependencyInvalidatedEventArgs Constructor

CacheDependencyInvalidatedEventArgs(String, Guid)

Declaration
public CacheDependencyInvalidatedEventArgs([Required] string key, Guid sourceId)
Parameters
Type Name Description
System.String key

The key of the invalidated dependency.

System.Guid sourceId

The System.Guid of the CachingBackend instance that requested the invalidation, or Empty if this information is not available.