public final class ConcurrentCache<K,V>
extends java.lang.Object
| Constructor | Description |
|---|---|
ConcurrentCache(int size) |
| Modifier and Type | Method | Description |
|---|---|---|
V |
get(K k) |
|
void |
put(K k,
V v) |
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.