Search Results for

    Show / Hide Table of Contents

    Interface ICacheEntryEventFilter<TK, TV>

    Cache entry event filter.

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

    Methods

    Evaluate(ICacheEntryEvent<TK, TV>)

    Evaluates cache entry event.

    Declaration
    bool Evaluate(ICacheEntryEvent<TK, TV> evt)
    Parameters
    Type Name Description
    ICacheEntryEvent<TK, TV> evt

    Event.

    Returns
    Type Description
    System.Boolean
    In This Article
    Back to top © 2015 - 2019 The Apache Software Foundation