calls method

Map<K, TimedComputeOnce<V>> calls()

Returns a snapshot of current cached computations.

Implementation

Map<K, TimedComputeOnce<V>> calls() => Map.from(_calls);