GridGain C++
Public Types | List of all members
ignite::thin::cache::CacheEntryEventType Struct Reference

Cache event type. More...

#include <cache_entry_event.h>

Public Types

enum  Type { CREATED = 0, UPDATED = 1, REMOVED = 2, EXPIRED = 3 }
 

Detailed Description

Cache event type.

Member Enumeration Documentation

◆ Type

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

REMOVED 

An event type indicating that the cache entry was removed.

EXPIRED 

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


The documentation for this struct was generated from the following file: