Package com.hazelcast.spi.eviction
package com.hazelcast.spi.eviction
This package contains interfaces for eviction
- Since:
- 4.0
-
ClassDescriptionEvictableEntryView<K,
V> Contract point (from the end user perspective) for serving/accessing entries that can be evicted.EvictionPolicyComparator<K,V, E extends EvictableEntryView<K, V>> A kind ofComparator
to be used while comparing entries to be evicted.