Interface ICacheEvictionEvent<T>
Namespace: Catalyst.Abstractions.IO.Messaging.Correlation
Assembly: Catalyst.Abstractions.dll
Syntax
public interface ICacheEvictionEvent<out T>
where T : IMessage
Type Parameters
Name | Description |
---|---|
T |
Properties
| Improve this Doc View SourceEvictedContent
Declaration
T EvictedContent { get; }
Property Value
Type | Description |
---|---|
T |
PeerId
Declaration
PeerId PeerId { get; }
Property Value
Type | Description |
---|---|
PeerId |