com.hazelcast.cache.impl.maxsize
Interface CacheMaxSizeChecker

All Known Implementing Classes:
EntryCountCacheMaxSizeChecker

public interface CacheMaxSizeChecker

Interface for implementations of com.hazelcast.config.CacheMaxSizeConfig.CacheMaxSizePolicy.


Method Summary
 boolean isReachedToMaxSize()
          Checks the state of cache about if is reached to max size as its configured com.hazelcast.config.CacheMaxSizeConfig.CacheMaxSizePolicy
 

Method Detail

isReachedToMaxSize

boolean isReachedToMaxSize()
Checks the state of cache about if is reached to max size as its configured com.hazelcast.config.CacheMaxSizeConfig.CacheMaxSizePolicy

Returns:
true if cache is reached to max-size, otherwise false


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