PostSharpAPI ReferencePost­Sharp.​Patterns.​Caching.​ImplementationCache­Item­Removed­Event­Args
Open sandboxFocus

CacheItemRemovedEventArgs Class

Arguments of the ItemRemoved event.

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

Properties

Name Description
Key

Gets the key of the removed cached item.

RemovedReason

Gets the reason of the removal.

SourceId

Gets the System.Guid of the CachingBackend that caused the removal, or Empty if it cannot be determined or does not apply.