Arguments of the ItemRemoved event.
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 Guid of the CachingBackend that caused the removal, or Empty if it cannot be determined or does not apply. |