Enum CacheEntryEventType
Cache event type.
Namespace: Apache.Ignite.Core.Cache.Event
Assembly: Apache.Ignite.Core.dll
Syntax
public enum CacheEntryEventType : intFields
| 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. |