maxCacheDuration property

Duration? maxCacheDuration
final

Duration for how long to retain attempts for retry.

If set to null, requests will be retried indefinitely.

Implementation

final Duration? maxCacheDuration;