![]() |
Apache Ignite C++
|
#include <cache_entry.h>
Public Member Functions | |
| CacheEntry () | |
| Default constructor. | |
| CacheEntry (const K &key, const V &val) | |
| Constructor. More... | |
| CacheEntry (const CacheEntry &other) | |
| Copy constructor. More... | |
| CacheEntry & | operator= (const CacheEntry &other) |
| Assignment operator. More... | |
| K | GetKey () const |
| Get key. More... | |
| V | GetValue () const |
| Get value. More... | |
Cache entry.
|
inline |
Constructor.
| key | Key. |
| val | Value. |
|
inline |
Copy constructor.
| other | Other instance. |
|
inline |
Get key.
|
inline |
Get value.
|
inline |
Assignment operator.
| other | Other instance. |
1.8.9.1