| Interface | Description |
|---|---|
| RemoveCallback<K,V> |
Allows an LRU Cache to get a callback after a removal has occurred.
|
| Class | Description |
|---|---|
| ConcurrentDirectDeque<E> |
A concurrent deque that allows direct item removal without traversal.
|
| FastConcurrentDirectDeque<E> |
A modified version of ConcurrentLinkedDequeue which includes direct
removal.
|
| LRUCache<K,V> |
A non-blocking cache where entries are indexed by a key.
|
| LRUCache.CacheEntry<K,V> | |
| PortableConcurrentDirectDeque<E> |
A modified version of ConcurrentLinkedDequeue which includes direct
removal and is portable accross all JVMs.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.