Search Results for

    Show / Hide Table of Contents

    Interface ICacheEntryEventListener<TK, TV>

    Cache entry event listener.

    Namespace: Apache.Ignite.Core.Cache.Event
    Assembly: Apache.Ignite.Core.dll
    Syntax
    public interface ICacheEntryEventListener<TK, TV>
    Type Parameters
    Name Description
    TK
    TV

    Methods

    OnEvent(IEnumerable<ICacheEntryEvent<TK, TV>>)

    Event callback.

    Declaration
    void OnEvent(IEnumerable<ICacheEntryEvent<TK, TV>> evts)
    Parameters
    Type Name Description
    IEnumerable<ICacheEntryEvent<TK, TV>> evts

    Events.

    In This Article
    Back to top © 2015 - 2019 The Apache Software Foundation