cached method

  1. @override
SharedMapCached<K, V> cached({
  1. Duration? timeout,
})
override

Returns a cached version of this instance.

Implementation

@override
SharedMapCached<K, V> cached({Duration? timeout}) => this;