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 © 2000-1970 Apache Software Foundation. All Rights Reserved.