Cache<K, V> constructor

Cache<K, V>(
  1. V calc(
    1. K key
    )
)

Implementation

Cache(this.calc);