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

    Fields

    Name Description
    Created

    An event type indicating that the cache entry was created.

    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.

    Back to top © 2015 - 2019 The Apache Software Foundation