Cache<T> constructor

Cache<T>(
  1. NullaryFutureOr<T> generator
)

Implementation

Cache(this.generator);