Uses of Interface
com.hazelcast.spi.eviction.EvictableEntryView
Package
Description
This package contains the public API extension for Hazelcast JCache,
the Hazelcast implementation of the JSR-107 commonly referred to as JCache.
Provides core API interfaces/classes.
This package contains interfaces for eviction
-
Uses of EvictableEntryView in com.hazelcast.cache
-
Uses of EvictableEntryView in com.hazelcast.core
Modifier and TypeInterfaceDescriptioninterface
EntryView<K,
V> Represents a read-only view of a data structure entry. -
Uses of EvictableEntryView in com.hazelcast.spi.eviction
Modifier and TypeInterfaceDescriptioninterface
EvictionPolicyComparator<K,
V, E extends EvictableEntryView<K, V>> A kind ofComparator
to be used while comparing entries to be evicted.