16 #ifndef HAZELCAST_CLIENT_INTERNAL_EVICTION_MAXSIZECHECKER_H_
17 #define HAZELCAST_CLIENT_INTERNAL_EVICTION_MAXSIZECHECKER_H_
19 #include "hazelcast/util/HazelcastDll.h"
21 #if defined(WIN32) || defined(_WIN32) || defined(WIN64) || defined(_WIN64)
23 #pragma warning(disable: 4251) //for dll export
43 virtual bool isReachedToMaxSize()
const = 0;
50 #if defined(WIN32) || defined(_WIN32) || defined(WIN64) || defined(_WIN64)
Interface for implementations of com.hazelcast.config.EvictionConfig.MaxSizePolicy.
Definition: MaxSizeChecker.h:33
Definition: MapEntryView.h:32