public final class ConcurrentCache<K,V>
extends java.lang.Object
| Constructor and Description |
|---|
ConcurrentCache(int size) |
| Modifier and Type | Method and Description |
|---|---|
V |
get(K k) |
void |
put(K k,
V v) |
Copyright © 2014–2021. All rights reserved.