public class ConcurrentCacheLRU<K,V> extends Object
Constructor and Description |
---|
ConcurrentCacheLRU(int max_entries) |
Modifier and Type | Method and Description |
---|---|
V |
get(K key) |
void |
put(K key,
V value) |
V |
putIfAbsentAndGet(K key,
V value) |
Copyright © 2017. All rights reserved.