Class ConcurrentCache<K,V>

java.lang.Object
org.apache.tomcat.util.collections.ConcurrentCache<K,V>

public final class ConcurrentCache<K,V> extends Object
  • Constructor Details

    • ConcurrentCache

      public ConcurrentCache(int size)
  • Method Details

    • get

      public V get(K k)
    • put

      public void put(K k, V v)