Interface | Description |
---|---|
ConcurrentMapWithTimedEviction<K,V> |
A
ConcurrentMap that supports timed entry
eviction. |
EvictionQueue<K,V> |
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<K,V> |
An eviction scheduler used by
ConcurrentMapWithTimedEvictionDecorator
to automatically evict entries upon expiration. |
Copyright © 2012–2016. All rights reserved.