Show / Hide Table of Contents

    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 Source

    EvictedContent

    Declaration
    T EvictedContent { get; }
    Property Value
    Type Description
    T
    | Improve this Doc View Source

    PeerId

    Declaration
    PeerId PeerId { get; }
    Property Value
    Type Description
    PeerId
    • Improve this Doc
    • View Source
    Back to top Copyright © 2019 Catalyst Network