remove method
Removes a cached computation and cancels any associated timer.
Implementation
TimedComputeOnce<V>? remove(K key) => _removeInternal(key);
Removes a cached computation and cancels any associated timer.
TimedComputeOnce<V>? remove(K key) => _removeInternal(key);