Hazelcast C++ Client
|
Public Member Functions | |
bool | isEvictionRequired () const |
Checks for if eviction is required or not. More... | |
Additional Inherited Members | |
Static Public Attributes inherited from hazelcast::client::internal::eviction::EvictionChecker | |
static const std::auto_ptr< EvictionChecker > | EVICT_ALWAYS |
Empty EvictionChecker to allow eviction always. More... | |
|
virtual |
Checks for if eviction is required or not.
true
if eviction is required, otherwise false
Implements hazelcast::client::internal::eviction::EvictionChecker.