Search Results for

    Show / Hide Table of Contents

    Enum CacheEntryEventType

    Cache event type.

    Namespace: Apache.Ignite.Core.Cache.Event
    Assembly: Apache.Ignite.Core.dll
    Syntax
    public enum CacheEntryEventType : int

    Fields

    Name Description
    Created

    An event type indicating that the cache entry was created.

    Expired

    An event type indicating that the cache entry was removed by expiration policy.

    Removed

    An event type indicating that the cache entry was removed.

    Updated

    An event type indicating that the cache entry was updated. i.e. a previous mapping existed.

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