EntryView represents a readonly view of a map entry. More...
#include <EntryView.h>
Public Member Functions | |
| EntryView (const K &key, const V &value, const map::DataEntryView &rhs) | |
| Constructor.  | |
Public Attributes | |
| K | key | 
| key  | |
| V | value | 
| value  | |
| long | cost | 
| memory cost of entry  | |
| long | creationTime | 
| entry creation time  | |
| long | expirationTime | 
| entry expiration time if ttl is defined.  | |
| long | hits | 
| number of hits.  | |
| long | lastAccessTime | 
| last access time  | |
| long | lastStoredTime | 
| last stored time.  | |
| long | lastUpdateTime | 
| last update time.  | |
| long | version | 
| version.  | |
EntryView represents a readonly view of a map entry.
| <K> | key | 
| <V> | value | 
 1.8.6