public final class SynchronizedCaches extends Object
SynchronizedCaches()
static <K,V> V
get(K key, Map<K,V> cache, Function<K,V> mapper)
get(K key, Map<K,V> cache, Supplier<V> supplier)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public SynchronizedCaches()
public static <K,V> V get(K key, Map<K,V> cache, Function<K,V> mapper)
public static <K,V> V get(K key, Map<K,V> cache, Supplier<V> supplier)
Copyright © 2023. All rights reserved.