Package | Description |
---|---|
com.stoyanr.evictor.map | |
com.stoyanr.evictor.queue | |
com.stoyanr.evictor.scheduler |
Class and Description |
---|
ConcurrentMapWithTimedEviction
A
ConcurrentMap that supports timed entry
eviction. |
EvictionScheduler
An eviction scheduler used by
ConcurrentMapWithTimedEvictionDecorator
to automatically evict entries upon expiration. |
Class and Description |
---|
EvictionQueue
A priority queue of evictible entries used by
AbstractQueueEvictionScheduler to store entries that should be
evicted automatically in the order in which they should be evicted. |
Class and Description |
---|
EvictionQueue
A priority queue of evictible entries used by
AbstractQueueEvictionScheduler to store entries that should be
evicted automatically in the order in which they should be evicted. |
EvictionScheduler
An eviction scheduler used by
ConcurrentMapWithTimedEvictionDecorator
to automatically evict entries upon expiration. |
Copyright © 2012–2016. All rights reserved.