| Package | Description | 
|---|---|
| com.hazelcast.cache | 
 
     This package contains the public API extension for Hazelcast JCache,
     the Hazelcast implementation of the JSR-107 commonly referred to as JCache. 
 | 
| com.hazelcast.core | 
 Provides core API interfaces/classes. 
 | 
| com.hazelcast.spi.eviction | 
 This package contains interfaces for eviction 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
CacheEntryView<K,V>
Entry info for cache record. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
EntryView<K,V>
Represents a read-only view of a data structure entry. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
EvictionPolicyComparator<K,V,E extends EvictableEntryView<K,V>>
A kind of  
Comparator to be
 used while comparing entries to be evicted. | 
Copyright © 2022 Hazelcast, Inc.. All rights reserved.