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 © 2005-2018 Potix Corporation. All Rights Reserved.