CacheItemRemovedEventArgs Class |
Namespace: PostSharp.Patterns.Caching.Implementation
Assembly: PostSharp.Patterns.Caching (in PostSharp.Patterns.Caching.dll) Version: 2023.0.3.0 (2023.0.3.0)
public sealed class CacheItemRemovedEventArgs : EventArgs
The CacheItemRemovedEventArgs type exposes the following members.
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.
|