Apache Ignite.NET
Apache.Ignite.Core.Cache.Event.ICacheEntryEvent< out out TK, out out TV > Interface Template Reference

Cache entry event. More...

Inheritance diagram for Apache.Ignite.Core.Cache.Event.ICacheEntryEvent< out out TK, out out TV >:
Apache.Ignite.Core.Cache.ICacheEntry< TK, TV >

Properties

CacheEntryEventType EventType [get]
 Event type. More...
 
TV OldValue [get]
 Gets old the value. More...
 
bool HasValue [get]
 Whether value exists. More...
 
bool HasOldValue [get]
 Whether old value exists. More...
 
- Properties inherited from Apache.Ignite.Core.Cache.ICacheEntry< TK, TV >
TK Key [get]
 Gets the key. More...
 
TV Value [get]
 Gets the value. More...
 

Detailed Description

Property Documentation

bool Apache.Ignite.Core.Cache.Event.ICacheEntryEvent< out out TK, out out TV >.HasOldValue
get
bool Apache.Ignite.Core.Cache.Event.ICacheEntryEvent< out out TK, out out TV >.HasValue
get
TV Apache.Ignite.Core.Cache.Event.ICacheEntryEvent< out out TK, out out TV >.OldValue
get