Arguments of the ItemRemoved event.
Namespace: Metalama.Patterns.Caching.Implementation
Assembly: Metalama.Patterns.Caching.Backend.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. |