KeyedRequestCache<T> constructor

KeyedRequestCache<T>({
  1. required Duration maxAge,
})

Implementation

KeyedRequestCache({required this.maxAge});