remove method

TimedComputeOnce<V>? remove(
  1. K key
)

Removes a cached computation and cancels any associated timer.

Implementation

TimedComputeOnce<V>? remove(K key) => _removeInternal(key);