Class ConcurrentCacheMap<K,V>

java.lang.Object
gg.xp.xivsupport.events.fflogs.ConcurrentCacheMap<K,V>

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

    • ConcurrentCacheMap

      public ConcurrentCacheMap(Function<K,V> func)
  • Method Details

    • get

      public V get(K key)
    • clear

      public void clear()