| Package | Description | 
|---|---|
| com.hazelcast.cache.impl | 
 
     Hazelcast JSR-107 aka JCache implementation 
 | 
| com.hazelcast.cache.impl.eviction | |
| com.hazelcast.internal.eviction | 
 
     Eviction policy implementations. 
 | 
| com.hazelcast.map.impl.eviction | 
 This package contains eviction classes. 
 | 
| com.hazelcast.map.impl.recordstore | 
| Modifier and Type | Field and Description | 
|---|---|
protected ClearExpiredRecordsTask | 
AbstractCacheRecordStore.clearExpiredRecordsTask  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CacheClearExpiredRecordsTask
Clears expired entries. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ClearExpiredRecordsTask | 
ExpirationManager.getTask()  | 
| Constructor and Description | 
|---|
ExpirationManager(ClearExpiredRecordsTask task,
                 NodeEngine nodeEngine)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
MapClearExpiredRecordsTask
Clears expired entries (TTL & idle). 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected ClearExpiredRecordsTask | 
AbstractEvictableRecordStore.clearExpiredRecordsTask  | 
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.