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 SummaryConstructors Constructor Description ConcurrentCache(int size)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Vget(K k)voidput(K k, V v)
 
-