com.hazelcast.cache.impl.maxsize
Interface MaxSizeChecker

All Known Implementing Classes:
EntryCountCacheMaxSizeChecker, EntryCountNearCacheMaxSizeChecker

public interface MaxSizeChecker

Interface for implementations of EvictionConfig.MaxSizePolicy.


Method Summary
 boolean isReachedToMaxSize()
          Checks the state to see if it has reached its maximum configured size EvictionConfig.MaxSizePolicy
 

Method Detail

isReachedToMaxSize

boolean isReachedToMaxSize()
Checks the state to see if it has reached its maximum configured size EvictionConfig.MaxSizePolicy

Returns:
true if maximum size has been reached, false otherwise


Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.