Hazelcast C++ Client
|
Interface for entries, records or whatever that can be evicted. More...
#include <Evictable.h>
Public Member Functions | |
virtual int64_t | getCreationTime () const =0 |
Gets the creation time of this Evictable in milliseconds. More... | |
virtual int64_t | getLastAccessTime ()=0 |
Gets the latest access time difference of this Evictable in milliseconds. More... | |
virtual int32_t | getAccessHit ()=0 |
Gets the access hit count of this Evictable. More... | |
virtual boost::shared_ptr< V > | getValue () const |
Gets the value of this Evictable. More... | |
Interface for entries, records or whatever that can be evicted.
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
inlinevirtual |