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

CacheDependencyInvalidatedEventArgs Class

Arguments of the DependencyInvalidated event.

Inheritance
CacheDependencyInvalidatedEventArgs
Namespace: PostSharp.Patterns.Caching.Implementation
Assembly: PostSharp.Patterns.Caching.dll
Syntax
public sealed class CacheDependencyInvalidatedEventArgs : EventArgs

Constructors

Name Description
CacheDependencyInvalidatedEventArgs(String, Guid)

Initializes a new CacheDependencyInvalidatedEventArgs.

Properties

Name Description
Key

Gets the key of the invalidated dependency.

SourceId

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