Apache Ignite.NET
Package Apache.Ignite.Core.Cache.Event

Cache events API. More...

Classes

interface  ICacheEntryEvent
 Cache entry event. More...
 
interface  ICacheEntryEventFilter
 Cache entry event filter. More...
 
interface  ICacheEntryEventListener
 Cache entry event listener. More...
 

Enumerations

enum  CacheEntryEventType { CacheEntryEventType.Created, CacheEntryEventType.Updated, CacheEntryEventType.Removed }
 Cache event type. More...
 

Detailed Description

Enumeration Type Documentation

Enumerator
Created 

An event type indicating that the cache entry was created.

Updated 

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

Removed 

An event type indicating that the cache entry was removed.