Class ConcurrentCache<K,V>
- java.lang.Object
-
- org.apache.tomcat.util.collections.ConcurrentCache<K,V>
-
public final class ConcurrentCache<K,V> extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ConcurrentCache(int size)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description V
get(K k)
void
put(K k, V v)
-