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

Cache entry interface. More...

Properties

TK Key [get]
 Gets the key. More...
 
TV Value [get]
 Gets the value. More...
 

Detailed Description

Template Parameters
TKKey type.
TVValue type.

Property Documentation

TK Apache.Ignite.Core.Cache.ICacheEntry< out out TK, out out TV >.Key
get
TV Apache.Ignite.Core.Cache.ICacheEntry< out out TK, out out TV >.Value
get