public final class Cache<K extends Object, V extends Object>
A general-purpose cache that stores a value the first time it is created.
Peter Wall
Cache(Function1<K, V> init)
final V
get(K key)
remove(K key)
final Unit
clear()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
final V get(K key)
final V remove(K key)
final Unit clear()