![]()  | 
  
    Hazelcast C++ Client
    
   Hazelcast C++ Client Library 
   | 
 
EntryView represents a readonly view of a map entry. More...
#include <entry_view.h>
Public Member Functions | |
| entry_view (K key, V value, int64_t cost, int64_t creationTime, int64_t expirationTime, int64_t hits, int64_t lastAccessTime, int64_t lastStoredTime, int64_t lastUpdateTime, int64_t version) | |
Public Attributes | |
| K | key | 
| key  | |
| V | value | 
| value  | |
| int64_t | cost | 
| memory cost of entry  | |
| int64_t | creation_time | 
| entry creation time  | |
| int64_t | expiration_time | 
| entry expiration time if ttl is defined.  | |
| int64_t | hits | 
| number of hits.  | |
| int64_t | last_access_time | 
| last access time  | |
| int64_t | last_stored_time | 
| last stored time.  | |
| int64_t | last_update_time | 
| last update time.  | |
| int64_t | version | 
| version.  | |
EntryView represents a readonly view of a map entry.
| <K> | key | 
| <V> | value | 
Definition at line 32 of file entry_view.h.