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
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.